Class RuntimeParserException

All Implemented Interfaces:
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:
  • Constructor Details

    • RuntimeParserException

      public RuntimeParserException(String message, ASTNode node)
  • Method Details