public class PipelinedComparatorError extends DeltaXMLError
Specifies an error condition in the PipelinedComparator.
Constructor and Description |
---|
PipelinedComparatorError(java.lang.String message)
Creates a new PipelinedComparatorError.
|
PipelinedComparatorError(java.lang.String message,
java.lang.Throwable t)
Creates a new PipelinedComparatorError.
|
PipelinedComparatorError(java.lang.Throwable t)
Creates a new PipelinedComparatorError.
|
getCause, getThrowable
public PipelinedComparatorError(java.lang.String message)
message
- the error message Stringpublic PipelinedComparatorError(java.lang.Throwable t)
t
- a Throwable
that caused or lead to this errorpublic PipelinedComparatorError(java.lang.String message, java.lang.Throwable t)
message
- the error message Stringt
- a Throwable
that caused or lead to this error