Package org.bremersee.comparator
Class ValueExtractorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bremersee.comparator.ComparatorException
org.bremersee.comparator.ValueExtractorException
- All Implemented Interfaces:
Serializable
The value extractor exception.
- Author:
- Christian Bremer
- See Also:
-
Constructor Summary
ConstructorDescriptionValueExtractorException
(String message) Instantiates a new value extractor exception.ValueExtractorException
(String message, Throwable cause) Instantiates a new value extractor 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
-
ValueExtractorException
Instantiates a new value extractor exception.- Parameters:
message
- the message
-
ValueExtractorException
Instantiates a new value extractor exception.- Parameters:
message
- the messagecause
- the cause
-