public class JsonEntityException extends RuntimeException
| Constructor and Description |
|---|
JsonEntityException(JsonEntity json,
Exception exception,
String message)
Constructor for the exception always takes into account a valid JsonEntity object to report on
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
the path of the JsonEntity is determined by tracing the parent method and pushing all findings to
a stack.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic JsonEntityException(JsonEntity json, Exception exception, String message)
json - the JsonEntity where the error took placeexception - optional, the cause that led to this exceptionmessage - what went wrongCopyright © 2013 42 BV. All Rights Reserved.