public class XPathException
extends java.lang.RuntimeException
XPathException
is thrown when an exception occurs while
evaluating an XPath expression, usually due to some function throwing an
exception.Constructor | Description |
---|---|
XPathException(java.lang.String xpath) |
|
XPathException(java.lang.String xpath,
java.lang.Exception e) |
|
XPathException(java.lang.String xpath,
java.lang.String reason) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getXPath() |
Returns the XPath expression that caused the problem
|