public class ConfigurationException extends XMLUnitException
| Constructor and 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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigurationException(Throwable cause)
cause - the root causeCopyright © 2001–2025 XMLUnit. All rights reserved.