public class PipelinedComparatorError extends DeltaXMLError
Specifies an error condition in the comparator.
| 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, getThrowablepublic 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