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