org.dom4j
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 $
| Constructor Summary | |
|---|---|
| InvalidXPathException(String xpath) | |
| InvalidXPathException(String xpath, String reason) | |
| InvalidXPathException(String xpath, Throwable t) | |