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:
java.io.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(java.lang.String msg, JsonLocation loc)
JsonParseException(java.lang.String msg, JsonLocation loc, java.lang.Throwable root)
-
Method Summary
-
Methods inherited from class org.codehaus.jackson.JsonProcessingException
getLocation, getMessage, toString
-
-
-
-
Constructor Detail
-
JsonParseException
public JsonParseException(java.lang.String msg, JsonLocation loc)
-
JsonParseException
public JsonParseException(java.lang.String msg, JsonLocation loc, java.lang.Throwable root)
-
-