Class TokenException

All Implemented Interfaces:
Serializable, GroovyExceptionInterface
Direct Known Subclasses:
ParserException, TokenMismatchException

public class TokenException extends SyntaxException
See Also:
  • Constructor Details

    • TokenException

      public TokenException(String message, Token token)
    • TokenException

      public TokenException(String message, Throwable cause, int line, int column)
    • TokenException

      public TokenException(String message, Throwable cause, int line, int column, int endLine, int endColumn)