GroovyExceptionInterfaceParserException, TokenMismatchExceptionpublic 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, setFatalclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEndColumn, getEndLine, getLine, getMessage, getOriginalMessage, getSourceLocator, getStartColumn, getStartLine, setSourceLocatorpublic 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)