Class JSXLexerBareCarriageReturnException

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

public final class JSXLexerBareCarriageReturnException extends JSXLexerException
An exception indicating that a bare carriage return was present in the source.
See Also:
  • Constructor Details

    • JSXLexerBareCarriageReturnException

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