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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParserException
public ParserException(String message)
ParserException
public ParserException(String message,
org.codehaus.groovy.syntax.Token token)
Copyright © 2003 The Codehaus. All Rights Reserved.