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