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:
- java.io.Serializable
 
 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.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description RuntimeParserException(java.lang.String message, ASTNode node)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidthrowParserException()- 
Methods inherited from class groovy.lang.GroovyRuntimeExceptiongetLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule
 
- 
 
- 
- 
- 
Constructor Detail- 
RuntimeParserExceptionpublic RuntimeParserException(java.lang.String message, ASTNode node)
 
- 
 - 
Method Detail- 
throwParserExceptionpublic void throwParserException() throws SyntaxException- Throws:
- SyntaxException
 
 
- 
 
-