Class LexerException

All Implemented Interfaces:
Serializable

public class LexerException extends IOException
Signals a lexical analysis failure while parsing AWK source text.
See Also:
  • Constructor Details

    • LexerException

      public LexerException(String msg, String sourceDescription, int lineNumber)
      Creates a lexer exception annotated with source location information.
      Parameters:
      msg - Failure message
      sourceDescription - Human-readable source description
      lineNumber - 0-based or parser-reported line number where the error occurred