org.codehaus.groovy.syntax
Class TokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.groovy.GroovyException
org.codehaus.groovy.syntax.SyntaxException
org.codehaus.groovy.syntax.TokenException
- All Implemented Interfaces:
- Serializable, GroovyExceptionInterface
- Direct Known Subclasses:
- ParserException, TokenMismatchException
public class TokenException
extends SyntaxException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
addSuppressedException, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TokenException
public TokenException(String message,
Token token)
TokenException
public TokenException(String message,
Throwable cause,
int line,
int column)
getEndColumn
public int getEndColumn()
- Overrides:
getEndColumn
in class SyntaxException
- Returns:
- the end column on which the error occurs