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
ConstructorsConstructorDescriptionConfigurationException(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 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
-