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.
    See Also:
    Serialized Form
    • Constructor Detail

      • XPathException

        public XPathException​(String xpath)
      • XPathException

        public XPathException​(String xpath,
                              String reason)
    • Method Detail

      • getXPath

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