GroovyExceptionInterface
ParserException
, TokenMismatchException
public class TokenException extends SyntaxException
Constructor | Description |
---|---|
TokenException(java.lang.String message,
java.lang.Throwable cause,
int line,
int column) |
|
TokenException(java.lang.String message,
java.lang.Throwable cause,
int line,
int column,
int endLine,
int endColumn) |
|
TokenException(java.lang.String message,
Token token) |
isFatal, setFatal
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEndColumn, getEndLine, getLine, getMessage, getOriginalMessage, getSourceLocator, getStartColumn, getStartLine, setSourceLocator
public TokenException(java.lang.String message, Token token)
public TokenException(java.lang.String message, java.lang.Throwable cause, int line, int column)
public TokenException(java.lang.String message, java.lang.Throwable cause, int line, int column, int endLine, int endColumn)