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