org.codehaus.groovy.syntax.parser
Class ParserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.codehaus.groovy.GroovyException
                    |
                    +--org.codehaus.groovy.syntax.SyntaxException
                          |
                          +--org.codehaus.groovy.syntax.parser.ParserException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnexpectedTokenException

public class ParserException
extends SyntaxException

See Also:
Serialized Form

Constructor Summary
ParserException(String message)
           
ParserException(String message, org.codehaus.groovy.syntax.Token token)
           
 
Methods inherited from class org.codehaus.groovy.syntax.SyntaxException
getSourceLocator, setSourceLocator
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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)

ParserException

public ParserException(String message,
                       org.codehaus.groovy.syntax.Token token)


Copyright © 2003 The Codehaus. All Rights Reserved.