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:
    Serialized Form
    • Constructor Detail

      • InputMismatchException

        public InputMismatchException​(Parser recognizer)