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.TokenException
org.codehaus.groovy.syntax.parser.ParserException
- All Implemented Interfaces:
- GroovyExceptionInterface, Serializable
- Direct Known Subclasses:
- UnexpectedTokenException
- public class ParserException
- extends TokenException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParserException
public ParserException(String message,
Token token)
Copyright © 2003-2004 The Codehaus. All Rights Reserved.