Class ASTParserException

All Implemented Interfaces:
java.io.Serializable, GroovyExceptionInterface

@Deprecated
public class ASTParserException
extends ParserException
Deprecated.
Thrown when trying to parse the AST
See Also:
Serialized Form
  • Constructor Details

    • ASTParserException

      public ASTParserException​(ASTRuntimeException e)
      Deprecated.
    • ASTParserException

      public ASTParserException​(java.lang.String message, ASTRuntimeException e)
      Deprecated.
  • Method Details

    • getAst

      public AST getAst()
      Deprecated.