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
InvalidXPathException is thrown when an invalid
XPath expression is used to traverse an XML document
- Version:
- $Revision: 1.2 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidXPathException
public InvalidXPathException(String xpath)
InvalidXPathException
public InvalidXPathException(String xpath,
String reason)
Copyright © 2002-2003 MetaStuff Ltd.. All Rights Reserved.