Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.custommonkey.xmlunit.exceptions.XMLUnitRuntimeException
org.custommonkey.xmlunit.exceptions.ConfigurationException
- All Implemented Interfaces:
Serializable
Exception thrown when an XML parser-, transformer- or XPath-factory
throws a configuration exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new exception from a custom message.Creates a new exception from a cause and a custom message.Creates a new exception from a cause. -
Method Summary
Methods inherited from class org.custommonkey.xmlunit.exceptions.XMLUnitRuntimeException
getCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationException
Creates a new exception from a cause.- Parameters:
t
- the root cause
-
ConfigurationException
Creates a new exception from a custom message.- Parameters:
s
- a custom message
-
ConfigurationException
Creates a new exception from a cause and a custom message.- Parameters:
s
- a custom messaget
- the root cause
-