Package org.dom4j

Class InvalidXPathException

All Implemented Interfaces:
Serializable

public class InvalidXPathException extends IllegalArgumentException

InvalidXPathException is thrown when an invalid XPath expression is used to traverse an XML document

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

    • InvalidXPathException

      public InvalidXPathException(String xpath)
    • InvalidXPathException

      public InvalidXPathException(String xpath, String reason)
    • InvalidXPathException

      public InvalidXPathException(String xpath, Throwable t)