SerializableJSXParserGrammarException, JSXParserLexicalExceptionpublic abstract class JSXParserException extends JSXException
| Constructor | Description |
|---|---|
JSXParserException(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.
|
| Modifier and Type | Method | Description |
|---|---|---|
com.io7m.jlexing.core.LexicalPosition<URI> |
getLexicalInformation() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JSXParserException(com.io7m.jlexing.core.LexicalPosition<URI> in_lex, String in_message)
in_lex - The lexical informationin_message - The exception messagepublic final com.io7m.jlexing.core.LexicalPosition<URI> getLexicalInformation()
Copyright © 2017 <code@io7m.com> http://io7m.com