org.codehaus.groovy.syntax.lexer
Class LexerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.groovy.GroovyException
org.codehaus.groovy.syntax.SyntaxException
org.codehaus.groovy.syntax.lexer.LexerException
- All Implemented Interfaces:
- GroovyExceptionInterface, Serializable
- Direct Known Subclasses:
- UnexpectedCharacterException, UnterminatedStringLiteralException
- public class LexerException
- extends SyntaxException
Base exception indicating a lexical error.
- Version:
- $Id: LexerException.java,v 1.5 2004/02/26 17:46:20 jstrachan Exp $
- Author:
- bob mcwhirter
- See Also:
- Serialized Form
LexerException
public LexerException(String message,
int line,
int column)
- Parameters:
line
- Line upon which the error occurred.column
- Column upon which the error occurred.
Copyright © 2003-2005 The Codehaus. All Rights Reserved.