Class ValueCompareException

All Implemented Interfaces:
Serializable

public class ValueCompareException extends JsonPathException
See Also:
  • Constructor Details

    • ValueCompareException

      public ValueCompareException()
    • ValueCompareException

      public ValueCompareException(Object left, Object right)
      Construct the exception with message capturing the classes for two objects.
      Parameters:
      left - first object
      right - second object
    • ValueCompareException

      public ValueCompareException(String message)
    • ValueCompareException

      public ValueCompareException(String message, Throwable cause)