Class LexerException

All Implemented Interfaces:
Serializable

public class LexerException extends ExpressionException
Thrown when the lexer encounters a problem.
See Also:
  • Constructor Details

    • LexerException

      public LexerException(int position)
    • LexerException

      public LexerException(int position, String message, Throwable cause)
    • LexerException

      public LexerException(int position, String message)
    • LexerException

      public LexerException(int position, Throwable cause)