JSXParserGrammarException, JSXParserLexicalExceptionpublic abstract class JSXParserException extends JSXException
| Constructor | Description |
|---|---|
JSXParserException(com.io7m.jlexing.core.LexicalPosition<java.nio.file.Path> in_lex,
java.lang.String in_message) |
Construct an exception.
|
JSXParserException(com.io7m.jlexing.core.LexicalPosition<java.nio.file.Path> in_lex,
java.lang.String in_message,
java.lang.Throwable in_cause) |
Construct an exception.
|
| Modifier and Type | Method | Description |
|---|---|---|
com.io7m.jlexing.core.LexicalPosition<java.nio.file.Path> |
getLexicalInformation() |
public JSXParserException(com.io7m.jlexing.core.LexicalPosition<java.nio.file.Path> in_lex,
java.lang.String in_message)
in_lex - The lexical informationin_message - The exception messagepublic JSXParserException(com.io7m.jlexing.core.LexicalPosition<java.nio.file.Path> in_lex,
java.lang.String in_message,
java.lang.Throwable in_cause)
in_lex - The lexical informationin_message - The exception messagein_cause - The causeCopyright © 2017 <code@io7m.com> http://io7m.com