Package org.dom4j
Class XPathException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.dom4j.XPathException
-
- All Implemented Interfaces:
Serializable
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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XPathException(String xpath)
XPathException(String xpath, Exception e)
XPathException(String xpath, String reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getXPath()
Returns the XPath expression that caused the problem-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getXPath
public String getXPath()
Returns the XPath expression that caused the problem- Returns:
- DOCUMENT ME!
-
-