public class ValueCompareException extends JsonPathException
Constructor and Description |
---|
ValueCompareException() |
ValueCompareException(Object left,
Object right)
Construct the exception with message capturing the classes for two objects.
|
ValueCompareException(String message) |
ValueCompareException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ValueCompareException()
public ValueCompareException(Object left, Object right)
left
- first objectright
- second objectpublic ValueCompareException(String message)
Copyright © 2021. All rights reserved.