org.codehaus.groovy.syntax
Class ParserException

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.TokenException
                      extended byorg.codehaus.groovy.syntax.ParserException
All Implemented Interfaces:
GroovyExceptionInterface, Serializable
Direct Known Subclasses:
ASTParserException, UnexpectedTokenException

public class ParserException
extends TokenException

See Also:
Serialized Form

Constructor Summary
ParserException(String message, Throwable cause, int lineNumber, int columnNumber)
           
ParserException(String message, Token token)
           
 
Methods inherited from class org.codehaus.groovy.syntax.TokenException
getEndColumn
 
Methods inherited from class org.codehaus.groovy.syntax.SyntaxException
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

ParserException

public ParserException(String message,
                       Token token)

ParserException

public ParserException(String message,
                       Throwable cause,
                       int lineNumber,
                       int columnNumber)


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