org.eclipse.jet.xpath
Class XPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jet.xpath.XPathException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- XPathLexicalException, XPathSyntaxException
- public class XPathException
- extends Exception
Root for all XPath related Exceptions
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XPathException
public XPathException()
XPathException
public XPathException(String arg0,
Throwable arg1)
XPathException
public XPathException(String arg0)
XPathException
public XPathException(Throwable arg0)