public class XpathException extends XMLUnitException
XpathEngine
is allowed to throw.Constructor and Description |
---|
XpathException(java.lang.String message)
Inititializes the exeption.
|
XpathException(java.lang.String message,
java.lang.Throwable t)
Inititializes the exeption.
|
XpathException(java.lang.Throwable t)
Inititializes the exeption.
|
getCause
public XpathException(java.lang.Throwable t)
cause
- the root cause of the exceptionpublic XpathException(java.lang.String message)
message
- the detail messagecause
- the root cause of the exceptionpublic XpathException(java.lang.String message, java.lang.Throwable t)
message
- the detail messagecause
- the root cause of the exception