Class XMLUnitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.custommonkey.xmlunit.exceptions.XMLUnitException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XpathException
public abstract class XMLUnitException extends Exception
Base class of any checked exception that can be thrown within XMLUnit.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedXMLUnitException(String message, Throwable cause)Inititializes the exeption.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetCause()Root cause of the exception, if any.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-