public class RuntimeParserException extends GroovyRuntimeException
A helper class to allow parser exceptions to be thrown anywhere in the code. Should be replaced when no longer required.
| Constructor and description | 
|---|
| RuntimeParserException(String message, ASTNode node) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public void | throwParserException() | 
| Methods inherited from class | Name | 
|---|---|
| class GroovyRuntimeException | getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule | 
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.