Class JSXParserGrammarException

All Implemented Interfaces:
com.io7m.jlexing.core.LexicalType<URI>, Serializable

public final class JSXParserGrammarException extends JSXParserException
An exception type indicating that the input did not conform to the s-expression grammar.
See Also:
  • Constructor Details

    • JSXParserGrammarException

      public JSXParserGrammarException(com.io7m.jlexing.core.LexicalPosition<URI> in_lex, String in_message)
      Construct an exception.
      Parameters:
      in_lex - The lexical information
      in_message - The exception message