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:
-
Constructor Summary
ModifierConstructorDescriptionprotected
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