Package com.jayway.jsonpath
Class InvalidJsonException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.jayway.jsonpath.JsonPathException
-
- com.jayway.jsonpath.InvalidJsonException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidJsonException extends JsonPathException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetJson()
-
-
-
Constructor Detail
-
InvalidJsonException
public InvalidJsonException()
-
InvalidJsonException
public InvalidJsonException(java.lang.String message)
-
InvalidJsonException
public InvalidJsonException(java.lang.String message, java.lang.Throwable cause)
-
InvalidJsonException
public InvalidJsonException(java.lang.Throwable cause)
-
InvalidJsonException
public InvalidJsonException(java.lang.Throwable cause, java.lang.String json)Rethrow the exception with the problematic JSON captured.
-
-