Package de.kosmos_lab.utils.exceptions
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 Summary
Constructors Constructor Description CompareException(String text)CompareException(String path, Object value, Object expected)CompareException(String path, String text)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-