Package org.dom4j

Class 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.

Version:
$Revision: 1.6 $
See Also:
  • Constructor Details

    • XPathException

      public XPathException(String xpath)
    • XPathException

      public XPathException(String xpath, String reason)
    • XPathException

      public XPathException(String xpath, Exception e)
  • Method Details

    • getXPath

      public String getXPath()
      Returns the XPath expression that caused the problem
      Returns:
      DOCUMENT ME!