Class CompareException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.kosmos_lab.utils.exceptions.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 Details

    • CompareException

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

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

      public CompareException​(String text)