Package com.io7m.jsx.api.parser
Class JSXParserGrammarException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.jsx.JSXException
com.io7m.jsx.api.parser.JSXParserException
com.io7m.jsx.api.parser.JSXParserGrammarException
- All Implemented Interfaces:
com.io7m.jlexing.core.LexicalType<URI>,Serializable
An exception type indicating that the input did not conform to the
s-expression grammar.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJSXParserGrammarException(com.io7m.jlexing.core.LexicalPosition<URI> in_lex, String in_message) 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