java.io.Serializable
public class XpathException extends XMLUnitException
XpathEngine
is allowed to throw.Constructor | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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