Package com.jayway.jsonpath
Class JsonPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jayway.jsonpath.JsonPathException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidCriteriaException
,InvalidJsonException
,InvalidModificationException
,InvalidPathException
,MappingException
,ValueCompareException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJsonPathException
(String message) JsonPathException
(String message, Throwable cause) JsonPathException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JsonPathException
public JsonPathException() -
JsonPathException
-
JsonPathException
-
JsonPathException
-