Class JSXLexerNotHexCharException

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

public final class JSXLexerNotHexCharException extends JSXLexerException
An exception indicating that a hexadecimal character was expected, but something else was provided.
See Also:
  • Constructor Details

    • JSXLexerNotHexCharException

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