public class PipelinedComparatorException extends DeltaXMLException
Indicates an error condition in all the pipelined comparators.
This class is the super-class of most of the checked exceptions thrown by all the pipelined comparator methods. As such it could be used for simplified, coarse-grain catch or throws clauses.
| Constructor and Description | 
|---|
PipelinedComparatorException(java.lang.String message)
Creates a new PipelinedComparatorException. 
 | 
PipelinedComparatorException(java.lang.String message,
                            java.lang.Throwable t)
Creates a new PipelinedComparatorException. 
 | 
PipelinedComparatorException(java.lang.Throwable t)
Creates a new PipelinedComparatorException. 
 | 
getCause, getThrowablepublic PipelinedComparatorException(java.lang.String message)
message - The exception message Stringpublic PipelinedComparatorException(java.lang.Throwable t)
t - A nested throwable should it have lead to or caused this exceptionpublic PipelinedComparatorException(java.lang.String message,
                                    java.lang.Throwable t)
message - The exception message Stringt - A nested throwable should it have lead to or caused this exception