org.codehaus.groovy.syntax
[Java] Class RuntimeParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.lang.GroovyRuntimeException
org.codehaus.groovy.syntax.RuntimeParserException
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.
- Authors:
- James Strachan
- Version:
- \$Revision\$
Methods inherited from class RuntimeException
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
RuntimeParserException
public RuntimeParserException(String message, ASTNode node)
-
throwParserException
public void throwParserException()
-
Copyright © 2003-2013 The Codehaus. All rights reserved.