public class JsonProcessingException extends IOException
IOException
s will be passed through as is.
Sub-class of IOException
for convenience.Modifier and Type | Field and Description |
---|---|
protected JsonLocation |
mLocation |
Modifier | Constructor and Description |
---|---|
protected |
JsonProcessingException(String msg) |
protected |
JsonProcessingException(String msg,
JsonLocation loc) |
protected |
JsonProcessingException(String msg,
JsonLocation loc,
Throwable rootCause) |
protected |
JsonProcessingException(String msg,
Throwable rootCause) |
protected |
JsonProcessingException(Throwable rootCause) |
Modifier and Type | Method and Description |
---|---|
JsonLocation |
getLocation() |
String |
getMessage()
Default method overridden so that we can add location information
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
protected JsonLocation mLocation
protected JsonProcessingException(String msg, JsonLocation loc, Throwable rootCause)
protected JsonProcessingException(String msg)
protected JsonProcessingException(String msg, JsonLocation loc)
protected JsonProcessingException(Throwable rootCause)
public JsonLocation getLocation()
public String getMessage()
getMessage
in class Throwable