Package com.jayway.jsonpath
Class ValueCompareException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jayway.jsonpath.JsonPathException
com.jayway.jsonpath.ValueCompareException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValueCompareException
(Object left, Object right) Construct the exception with message capturing the classes for two objects.ValueCompareException
(String message) ValueCompareException
(String message, 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
-
ValueCompareException
public ValueCompareException() -
ValueCompareException
Construct the exception with message capturing the classes for two objects.- Parameters:
left
- first objectright
- second object
-
ValueCompareException
-
ValueCompareException
-