Class InputMismatchException

All Implemented Interfaces:
Serializable

public class InputMismatchException extends RecognitionException
This signifies any kind of mismatched input exceptions such as when the current input does not match the expected token.
See Also:
  • Constructor Details

    • InputMismatchException

      public InputMismatchException(Parser recognizer)
    • InputMismatchException

      public InputMismatchException(Parser recognizer, int state, ParserRuleContext ctx)