Package com.deltaxml.core.exceptions
Class ComparisonCancelledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.deltaxml.core.exceptions.DeltaXMLException
com.deltaxml.core.exceptions.ComparisonCancelledException
- All Implemented Interfaces:
Serializable
The comparison was cancelled via some kind of
CancellationPolicy.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionComparisonCancelledException(String message) Constructs a new ComparisonCancelledException.ComparisonCancelledException(String message, Throwable cause) Constructs a new ComparisonCancelledException. -
Method Summary
Methods inherited from class com.deltaxml.core.exceptions.DeltaXMLException
getCause, getThrowableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ComparisonCancelledException
Constructs a new ComparisonCancelledException.- Parameters:
message- the exception message
-
ComparisonCancelledException
Constructs a new ComparisonCancelledException.- Parameters:
message- the exception messagecause- the underlying cause of this Exception
-