Package org.dom4j
Class InvalidXPathException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- java.lang.IllegalArgumentException
 - 
- org.dom4j.InvalidXPathException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class InvalidXPathException extends IllegalArgumentException
InvalidXPathExceptionis thrown when an invalid XPath expression is used to traverse an XML document- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description InvalidXPathException(String xpath)InvalidXPathException(String xpath, String reason) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -