public class InvalidJsonException extends JsonPathException
| Constructor and Description |
|---|
InvalidJsonException() |
InvalidJsonException(java.lang.String message) |
InvalidJsonException(java.lang.String message,
java.lang.Throwable cause) |
InvalidJsonException(java.lang.Throwable cause) |
InvalidJsonException(java.lang.Throwable cause,
java.lang.String json)
Rethrow the exception with the problematic JSON captured.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJson() |
public InvalidJsonException()
public InvalidJsonException(java.lang.String message)
public InvalidJsonException(java.lang.String message,
java.lang.Throwable cause)
public InvalidJsonException(java.lang.Throwable cause)
public InvalidJsonException(java.lang.Throwable cause,
java.lang.String json)