Serializablepublic class XPathException extends RuntimeException
XPathException is thrown when an exception occurs while
evaluating an XPath expression, usually due to some function throwing an
exception.| Constructor | Description |
|---|---|
XPathException(String xpath) |
|
XPathException(String xpath,
Exception e) |
|
XPathException(String xpath,
String reason) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getXPath() |
Returns the XPath expression that caused the problem
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString