org.codehaus.groovy.syntax.lexer
Class LexerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.groovy.GroovyException
              extended byorg.codehaus.groovy.syntax.SyntaxException
                  extended byorg.codehaus.groovy.syntax.lexer.LexerException
All Implemented Interfaces:
GroovyExceptionInterface, java.io.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

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

LexerException

public LexerException(java.lang.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.