Package org.bremersee.comparator
Class ComparatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bremersee.comparator.ComparatorException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ValueExtractorException
The comparator exception.
- Author:
- Christian Bremer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionComparatorException(String message) Instantiates a new comparator exception.ComparatorException(String message, Throwable cause) Instantiates a new comparator exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ComparatorException
Instantiates a new comparator exception.- Parameters:
message- the message
-
ComparatorException
Instantiates a new comparator exception.- Parameters:
message- the messagecause- the cause
-