org.codehaus.jackson
Class JsonProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.codehaus.jackson.JsonProcessingException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- JsonGenerationException, JsonParseException
public class JsonProcessingException
- extends IOException
Intermediate base class for all problems when processing
JSON input or output that are not pure I/O exceptions
- See Also:
- Serialized Form
mLocation
protected JsonLocation mLocation
JsonProcessingException
protected JsonProcessingException(String msg,
JsonLocation loc,
Throwable rootCause)
JsonProcessingException
protected JsonProcessingException(String msg,
JsonLocation loc)
JsonProcessingException
protected JsonProcessingException(String msg,
Throwable rootCause)
JsonProcessingException
protected JsonProcessingException(Throwable rootCause)
getLocation
public JsonLocation getLocation()
getMessage
public String getMessage()
- Default method overridden so that we can add location information
- Overrides:
getMessage
in class Throwable
toString
public String toString()
- Overrides:
toString
in class Throwable
Apache License, Version 2.0