Class XMLUnitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.custommonkey.xmlunit.exceptions.XMLUnitException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XpathException
Base class of any checked exception that can be thrown within
XMLUnit.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XMLUnitException
(String message, Throwable cause) Inititializes the exeption. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
cause
root cause,
-
-
Constructor Details
-
XMLUnitException
Inititializes the exeption.- Parameters:
message
- the detail messagecause
- the root cause of the exception
-
-
Method Details