Class XPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dom4j.XPathException
- All Implemented Interfaces:
Serializable
XPathException
is thrown when an exception occurs while
evaluating an XPath expression, usually due to some function throwing an
exception.- Version:
- $Revision: 1.6 $
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionXPathException
(String xpath) XPathException
(String xpath, Exception e) XPathException
(String xpath, String reason) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
xpath
The XPath expression that caused the exception
-
-
Constructor Details
-
XPathException
-
XPathException
-
XPathException
-
-
Method Details
-
getXPath
-