Package com.io7m.jsx.api.parser
Class JSXParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.jsx.JSXException
com.io7m.jsx.api.parser.JSXParserException
- All Implemented Interfaces:
com.io7m.jlexing.core.LexicalType<URI>,Serializable
- Direct Known Subclasses:
JSXParserGrammarException,JSXParserLexicalException
public abstract class JSXParserException
extends JSXException
implements com.io7m.jlexing.core.LexicalType<URI>
The type of exceptions raised by the parser.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJSXParserException(com.io7m.jlexing.core.LexicalPosition<URI> in_lex, String in_message) Construct an exception.JSXParserException(com.io7m.jlexing.core.LexicalPosition<URI> in_lex, String in_message, Throwable in_cause) Construct an exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JSXParserException
Construct an exception.- Parameters:
in_lex- The lexical informationin_message- The exception message
-
JSXParserException
public JSXParserException(com.io7m.jlexing.core.LexicalPosition<URI> in_lex, String in_message, Throwable in_cause) Construct an exception.- Parameters:
in_lex- The lexical informationin_message- The exception messagein_cause- The cause
-
-
Method Details
-
lexical
- Specified by:
lexicalin interfacecom.io7m.jlexing.core.LexicalType<URI>
-