public class XMLUnitException extends RuntimeException
Constructor and Description |
---|
XMLUnitException(String message)
Inititializes an exception without cause.
|
XMLUnitException(String message,
Throwable cause)
Inititializes the exception.
|
XMLUnitException(Throwable cause)
Inititializes an exception using the wrapped exception's message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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–2017 XMLUnit. All rights reserved.