public class XMLUnitException extends RuntimeException
| Constructor and Description |
|---|
XMLUnitException(String message)
Initializes an exception without cause.
|
XMLUnitException(String message,
Throwable cause)
Initializes the exception.
|
XMLUnitException(Throwable cause)
Initializes an exception using the wrapped exception's message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic XMLUnitException(String message, Throwable cause)
message - the detail messagecause - the root cause of the exceptionpublic XMLUnitException(String message)
message - the detail messagepublic XMLUnitException(Throwable cause)
cause - the root cause of the exceptionCopyright © 2001–2025 XMLUnit. All rights reserved.