Package com.deltaxml.core.exceptions
Class ComparisonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.deltaxml.core.exceptions.DeltaXMLException
com.deltaxml.core.exceptions.ComparisonException
- All Implemented Interfaces:
Serializable
Indicates a problem during the comparison stage of the pipeline.
- Author:
- Nigel Whitaker
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionComparisonException(String message, Throwable t) Creates a new ComparisonException. -
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
-
ComparisonException
Creates a new ComparisonException.- Parameters:
message- The exception message Stringt- A nested throwable should it have lead to or caused this exception
-