org.codehaus.groovy.syntax.lexer
Class UnexpectedCharacterException
java.lang.Object
|
+--java.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
- All Implemented Interfaces:
- Serializable
- public class UnexpectedCharacterException
- extends LexerException
- See Also:
- Serialized Form
UnexpectedCharacterException
public UnexpectedCharacterException(int line,
int column,
char c,
char[] expected)
getCharacter
public char getCharacter()
getExpected
public char[] getExpected()
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
Copyright © 2003 The Codehaus. All Rights Reserved.