[Java] Class ASTParserException

  • org.codehaus.groovy.antlr.ASTParserException
@Deprecated
public class ASTParserException
extends ParserException

Thrown when trying to parse the AST

Constructor Summary

Constructors
Constructor and description
ASTParserException (ASTRuntimeException e)
ASTParserException (String message, ASTRuntimeException e)

Methods Summary

Methods
Type Params Return Type Name and description
public AST getAst()

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class SyntaxException getEndColumn, getEndLine, getLine, getMessage, getOriginalMessage, getSourceLocator, getStartColumn, getStartLine, setSourceLocator
class GroovyException isFatal, setFatal

Constructor Detail

public ASTParserException(ASTRuntimeException e)

public ASTParserException(String message, ASTRuntimeException e)

Method Detail

public AST getAst()

© 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/ASTParserException.html