Package com.deltaxml.deltacheck
Class ContentEqualityCheckException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.deltaxml.core.exceptions.DeltaXMLException
com.deltaxml.deltacheck.ContentEqualityCheckException
- All Implemented Interfaces:
Serializable
Indicates a problem while checking the content equality.
For more specific details, see the exception message or the underlying cause.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentEqualityCheckException(String message) Constructs a new ContentEqualityCheckException.ContentEqualityCheckException(String message, Throwable cause) Constructs a new ContentEqualityCheckException. -
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
-
ContentEqualityCheckException
Constructs a new ContentEqualityCheckException.- Parameters:
message- the exception message
-
ContentEqualityCheckException
Constructs a new ContentEqualityCheckException.- Parameters:
message- the exception messagecause- the underlying cause of this Exception
-