public class ComparatorInstantiationException extends PipelinedComparatorException
Thrown to indicate a problem instantiating or configuring a DeltaXML Comparator.
The PipelinedComparator makes use of the DeltaXML Comparator in its implementation. If there are problems instantiating or configuring the Comparator then this Exception will be thrown. Since the Comparator and its associated factory methods are included in the same jar file as the PipelinedComparator the only conceivable situation where this would fail is where the factory methods implementation class property has been incorrectly defined/redefined.
Constructor and Description |
---|
ComparatorInstantiationException(java.lang.String message)
Creates a new ComparatorInstantiationException.
|
ComparatorInstantiationException(java.lang.String message,
java.lang.Throwable t)
Creates a new ComparatorInstantiationException.
|
ComparatorInstantiationException(java.lang.Throwable t)
Creates a new ComparatorInstantiationException.
|
getCause, getThrowable
public ComparatorInstantiationException(java.lang.String message, java.lang.Throwable t)
message
- The message stringt
- A nested throwable should it have lead to or caused this exceptionpublic ComparatorInstantiationException(java.lang.String message)
message
- The message stringpublic ComparatorInstantiationException(java.lang.Throwable t)
t
- A nested throwable should it have lead to or caused this exception