Class XMLUnitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.custommonkey.xmlunit.exceptions.XMLUnitException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
XpathException
public abstract class XMLUnitException extends java.lang.Exception
Base class of any checked exception that can be thrown within XMLUnit.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Throwable
cause
-
Constructor Summary
Constructors Modifier Constructor Description protected
XMLUnitException(java.lang.String message, java.lang.Throwable cause)
Inititializes the exeption.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
Root cause of the exception, if any.
-