Package org.codehaus.jackson
Class JsonParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.codehaus.jackson.JsonProcessingException
org.codehaus.jackson.JsonParseException
- All Implemented Interfaces:
Serializable
Exception type for parsing problems, used when non-well-formed content
(content that does not conform to JSON syntax as per specification)
is encountered.
- See Also:
-
Field Summary
Fields inherited from class org.codehaus.jackson.JsonProcessingException
mLocation
-
Constructor Summary
ConstructorsConstructorDescriptionJsonParseException
(String msg, JsonLocation loc) JsonParseException
(String msg, JsonLocation loc, Throwable root) -
Method Summary
Methods inherited from class org.codehaus.jackson.JsonProcessingException
getLocation, getMessage, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
JsonParseException
-
JsonParseException
-