Class ASTRuntimeException

All Implemented Interfaces:
Serializable

@Deprecated
public class ASTRuntimeException
extends RuntimeException
Deprecated.
Used within the Groovy's AntlrParserPlugin
See Also:
Serialized Form
  • Constructor Details

    • ASTRuntimeException

      public ASTRuntimeException​(AST ast, String message)
      Deprecated.
    • ASTRuntimeException

      public ASTRuntimeException​(AST ast, String message, Throwable throwable)
      Deprecated.
  • Method Details

    • description

      protected static String description​(AST node)
      Deprecated.
    • getAst

      public AST getAst()
      Deprecated.
    • getLine

      public int getLine()
      Deprecated.
    • getColumn

      public int getColumn()
      Deprecated.