Class LexerException

All Implemented Interfaces:
Serializable

public class LexerException extends RiskscapeException

General exception thrown during lexing

See Also:
  • Constructor Details

  • Method Details

    • getLocation

      public SourceLocation getLocation()

      The source location where the lexer error occurred

    • getOffendingLine

      public String getOffendingLine()
      Returns:
      the full offending line of source text where the exception occurred