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
public class ComparatorException extends RuntimeException
The comparator exception.- Author:
- Christian Bremer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComparatorException(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 Detail
-
ComparatorException
public ComparatorException(String message)
Instantiates a new comparator exception.- Parameters:
message- the message
-
-