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
public class ConfigurationException extends XMLUnitException
Exception thrown when anything inside JAXP throws a *ConfigurationException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationException(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 Detail
-
ConfigurationException
public ConfigurationException(Throwable cause)
Creates a new exception from a cause.- Parameters:
cause- the root cause
-
-