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:
- GroovyExceptionInterface, java.io.Serializable
- Direct Known Subclasses:
- ParserException, TokenMismatchException
- public class TokenException
- extends SyntaxException
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
token
private Token token
TokenException
public TokenException(java.lang.String message,
Token token)
TokenException
public TokenException(java.lang.String message,
java.lang.Throwable cause,
int line,
int column)
getEndColumn
public int getEndColumn()
- Overrides:
getEndColumn
in class SyntaxException
- Returns:
- the end column on which the error occurs
getColumn
private static int getColumn(Token token)
getLine
private static int getLine(Token token)
Copyright © 2003-2005 The Codehaus. All Rights Reserved.