Package javax.json.stream
Class JsonParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.json.JsonException
-
- javax.json.stream.JsonParsingException
-
- All Implemented Interfaces:
java.io.Serializable
public class JsonParsingException extends JsonException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonParsingException(java.lang.String message, java.lang.Throwable cause, JsonLocation location)
JsonParsingException(java.lang.String message, JsonLocation location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonLocation
getLocation()
-
-
-
Constructor Detail
-
JsonParsingException
public JsonParsingException(java.lang.String message, JsonLocation location)
-
JsonParsingException
public JsonParsingException(java.lang.String message, java.lang.Throwable cause, JsonLocation location)
-
-
Method Detail
-
getLocation
public JsonLocation getLocation()
-
-