Package org.xmlunit
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.xmlunit.XMLUnitException
org.xmlunit.ConfigurationException
- All Implemented Interfaces:
Serializable
Exception thrown when anything inside JAXP throws a
*ConfigurationException.
- See Also:
-
Constructor Summary
ConstructorDescriptionConfigurationException
(String message, Throwable cause) Creates a new exception from a cause and a custom message.ConfigurationException
(Throwable cause) Creates a new exception from a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationException
Creates a new exception from a cause.- Parameters:
cause
- the root cause
-
ConfigurationException
Creates a new exception from a cause and a custom message.- Parameters:
message
- a custom messagecause
- the root cause- Since:
- XMLUnit 2.6.0
-