public class XMLUnitRuntimeException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
XMLUnitRuntimeException(java.lang.String message)
Inititializes an exeption without cause.
|
XMLUnitRuntimeException(java.lang.String message,
java.lang.Throwable cause)
Inititializes the exeption.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Root cause of the exception, if any.
|
public XMLUnitRuntimeException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the root cause of the exceptionpublic XMLUnitRuntimeException(java.lang.String message)
message - the detail message