java.io.Serializable
ConfigurationException
public class XMLUnitRuntimeException
extends java.lang.RuntimeException
Constructor | 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 | 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