org.codehaus.groovy.syntax.parser
Class RuntimeParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.lang.GroovyRuntimeException
org.codehaus.groovy.syntax.parser.RuntimeParserException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RuntimeIncompleteClassException
- public class RuntimeParserException
- extends groovy.lang.GroovyRuntimeException
A helper class to allow parser exceptions to be thrown anywhere in the code.
Should be replaced when no longer required.
- Version:
- $Revision: 1.2 $
- Author:
- James Strachan
- See Also:
- Serialized Form
Methods inherited from class groovy.lang.GroovyRuntimeException |
getLocationText, getMessage, getModule, getNode, setModule |
RuntimeParserException
public RuntimeParserException(String message,
ASTNode node)
throwParserException
public void throwParserException()
throws SyntaxException
- Throws:
SyntaxException
Copyright © 2003-2004 The Codehaus. All Rights Reserved.