|
|||||||||||
| 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
org.codehaus.groovy.syntax.lexer.UnexpectedCharacterException
| Constructor Summary | |
UnexpectedCharacterException(int line,
int column,
char c,
char[] expected)
|
|
UnexpectedCharacterException(int line,
int column,
char c,
String message)
|
|
| Method Summary | |
char |
getCharacter()
|
char[] |
getExpected()
|
String |
getMessage()
|
| Methods inherited from class org.codehaus.groovy.syntax.SyntaxException |
getEndColumn, getLine, 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 UnexpectedCharacterException(int line,
int column,
char c,
String message)
public UnexpectedCharacterException(int line,
int column,
char c,
char[] expected)
| Method Detail |
public char getCharacter()
public char[] getExpected()
public String getMessage()
getMessage in class SyntaxException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||