Uses of Class
org.codehaus.groovy.syntax.lexer.UnexpectedCharacterException

Packages that use UnexpectedCharacterException
org.codehaus.groovy.syntax.lexer Lexer. 
 

Uses of UnexpectedCharacterException in org.codehaus.groovy.syntax.lexer
 

Methods in org.codehaus.groovy.syntax.lexer that throw UnexpectedCharacterException
protected  void LexerBase.unexpected(char c, int offset, String message)
          Creates and throws a new UnexpectedCharacterException.
protected  void LexerBase.unexpected(char c, char[] expected, int offset)
          Creates and throws a new UnexpectedCharacterException.
protected  void LexerBase.unexpected(char c, int offset)
          Synonym for unexpected( c, null, offset ).
 



Copyright © 2003-2004 The Codehaus. All Rights Reserved.