public class XMLUnitException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
XMLUnitException(java.lang.String message)
Inititializes an exception without cause.
|
XMLUnitException(java.lang.String message,
java.lang.Throwable cause)
Inititializes the exception.
|
XMLUnitException(java.lang.Throwable cause)
Inititializes an exception using the wrapped exception's message.
|
private static final long serialVersionUID
public XMLUnitException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the root cause of the exceptionpublic XMLUnitException(java.lang.String message)
message
- the detail messagepublic XMLUnitException(java.lang.Throwable cause)
cause
- the root cause of the exception