[Java] Class ASTRuntimeException

  • org.codehaus.groovy.antlr.ASTRuntimeException
@Deprecated
public class ASTRuntimeException
extends RuntimeException

Used within the Groovy's AntlrParserPlugin

Constructor Summary

Constructors
Constructor and description
ASTRuntimeException (AST ast, String message)
ASTRuntimeException (AST ast, String message, Throwable throwable)

Methods Summary

Methods
Type Params Return Type Name and description
protected static String description(AST node)
public AST getAst()
public int getColumn()
public int getLine()

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class RuntimeException printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getSuppressed, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll

Constructor Detail

public ASTRuntimeException(AST ast, String message)

public ASTRuntimeException(AST ast, String message, Throwable throwable)

Method Detail

protected static String description(AST node)

public AST getAst()

public int getColumn()

public int getLine()

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/antlr/ASTRuntimeException.html