Class TokenMismatchException

All Implemented Interfaces:
Serializable, GroovyExceptionInterface

public class TokenMismatchException extends TokenException
See Also:
  • Constructor Details

    • TokenMismatchException

      public TokenMismatchException(Token token, int expectedType)
  • Method Details

    • getUnexpectedToken

      public Token getUnexpectedToken()
    • getExpectedType

      public int getExpectedType()