Class XMLUnitRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.custommonkey.xmlunit.exceptions.XMLUnitRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfigurationException
Base class of any RuntimeException that can be thrown within
XMLUnit.
- See Also:
-
Constructor Summary
ConstructorDescriptionXMLUnitRuntimeException
(String message) Inititializes an exeption without cause.XMLUnitRuntimeException
(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
-
Constructor Details
-
XMLUnitRuntimeException
Inititializes the exeption.- Parameters:
message
- the detail messagecause
- the root cause of the exception
-
XMLUnitRuntimeException
Inititializes an exeption without cause.- Parameters:
message
- the detail message
-
-
Method Details