Class JSXLexerInvalidCodePointException

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

public final class JSXLexerInvalidCodePointException extends JSXLexerException
The type of exceptions indicating invalid unicode codepoints.
See Also:
  • Constructor Details

    • JSXLexerInvalidCodePointException

      public JSXLexerInvalidCodePointException(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