public class InvalidJsonException extends JsonPathException
| Constructor and Description |
|---|
InvalidJsonException() |
InvalidJsonException(String message) |
InvalidJsonException(String message,
Throwable cause) |
InvalidJsonException(Throwable cause) |
InvalidJsonException(Throwable cause,
String json)
Rethrow the exception with the problematic JSON captured.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getJson() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2016. All rights reserved.