org.dom4j
public class XPathException extends RuntimeException
XPathException
is thrown when an exception occurs while
evaluating an XPath expression, usually due to some function throwing an
exception.
Version: $Revision: 1.6 $
Constructor Summary | |
---|---|
XPathException(String xpath) | |
XPathException(String xpath, String reason) | |
XPathException(String xpath, Exception e) |
Method Summary | |
---|---|
String | getXPath()
Returns the XPath expression that caused the problem
|
Returns: DOCUMENT ME!