org.eclipse.jet.xpath
Class XPathSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jet.xpath.XPathException
org.eclipse.jet.xpath.XPathSyntaxException
- All Implemented Interfaces:
- Serializable
- public class XPathSyntaxException
- extends XPathException
Represent a syntactic error in XPath parsing.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XPathSyntaxException
public XPathSyntaxException()
XPathSyntaxException
public XPathSyntaxException(String arg0,
Throwable arg1)
- Parameters:
arg0
- arg1
-
XPathSyntaxException
public XPathSyntaxException(String arg0)
- Parameters:
arg0
-
XPathSyntaxException
public XPathSyntaxException(Throwable arg0)
- Parameters:
arg0
-