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 Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JSXParserException
-
JSXParserException
-
-
Method Details
-
lexical
-