Package org.codehaus.groovy.syntax
Class RuntimeParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.lang.GroovyRuntimeException
org.codehaus.groovy.syntax.RuntimeParserException
- All Implemented Interfaces:
- Serializable
A helper class to allow parser exceptions to be thrown anywhere in the code.
 Should be replaced when no longer required.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class groovy.lang.GroovyRuntimeExceptiongetLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModuleMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
RuntimeParserException
 
- 
- 
Method Details- 
throwParserException- Throws:
- SyntaxException
 
 
-