Class CompareException

  • All Implemented Interfaces:
    Serializable

    public class CompareException
    extends Exception
    this exception is thrown if a comparison failed for some reason
    See Also:
    Serialized Form
    • Constructor Detail

      • CompareException

        public CompareException​(String path,
                                Object value,
                                Object expected)
      • CompareException

        public CompareException​(String path,
                                String text)
      • CompareException

        public CompareException​(String text)