public class XMLUnitRuntimeException extends RuntimeException
Constructor and Description |
---|
XMLUnitRuntimeException(String message)
Inititializes an exeption without cause.
|
XMLUnitRuntimeException(String message,
Throwable cause)
Inititializes the exeption.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Root cause of the exception, if any.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XMLUnitRuntimeException(String message, Throwable cause)
message
- the detail messagecause
- the root cause of the exceptionpublic XMLUnitRuntimeException(String message)
message
- the detail messageCopyright © 2001–2017 XMLUnit. All rights reserved.