org.dom4j
Class XPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dom4j.XPathException
- All Implemented Interfaces:
- java.io.Serializable
- 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.
- Version:
- $Revision: 1.6 $
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getXPath()
Returns the XPath expression that caused the problem |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XPathException
public XPathException(java.lang.String xpath)
XPathException
public XPathException(java.lang.String xpath,
java.lang.String reason)
XPathException
public XPathException(java.lang.String xpath,
java.lang.Exception e)
getXPath
public java.lang.String getXPath()
- Returns the XPath expression that caused the problem
- Returns:
- DOCUMENT ME!
Copyright ? 2005 MetaStuff Ltd. All Rights Reserved. Hosted by