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 and 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 and Description | 
|---|---|
java.lang.String | 
getXPath()
Returns the XPath expression that caused the problem 
 |