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
public class JsonParseException extends JsonProcessingException
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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.codehaus.jackson.JsonProcessingException
mLocation
-
-
Constructor Summary
Constructors Constructor Description JsonParseException(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 Detail
-
JsonParseException
public JsonParseException(String msg, JsonLocation loc)
-
JsonParseException
public JsonParseException(String msg, JsonLocation loc, Throwable root)
-
-