Package com.io7m.jsx.api.parser
Class JSXParserLexicalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.jsx.JSXException
com.io7m.jsx.api.parser.JSXParserException
com.io7m.jsx.api.parser.JSXParserLexicalException
- All Implemented Interfaces:
com.io7m.jlexing.core.LexicalType<URI>,Serializable
The type of parser errors caused by
JSXLexerException throws.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJSXParserLexicalException(JSXLexerException in_cause) Construct an exception. -
Method Summary
Methods inherited from class com.io7m.jsx.api.parser.JSXParserException
lexicalMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JSXParserLexicalException
Construct an exception.- Parameters:
in_cause- The cause
-