|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.codehaus.groovy.GroovyException
org.codehaus.groovy.syntax.SyntaxException
org.codehaus.groovy.syntax.lexer.LexerException
Base exception indicating a lexical error.
| Field Summary |
| Fields inherited from class org.codehaus.groovy.syntax.SyntaxException |
|
| Fields inherited from class org.codehaus.groovy.GroovyException |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
LexerException(java.lang.String message,
int line,
int column)
|
|
| Methods inherited from class org.codehaus.groovy.syntax.SyntaxException |
getEndColumn, getLine, getMessage, getSourceLocator, getStartColumn, getStartLine, setSourceLocator |
| Methods inherited from class org.codehaus.groovy.GroovyException |
isFatal, setFatal |
| 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 |
| Constructor Detail |
public LexerException(java.lang.String message,
int line,
int column)
line - Line upon which the error occurred.column - Column upon which the error occurred.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||