[Java] Class GroovyRuntimeException

  • groovy.lang.GroovyRuntimeException

An exception thrown by the interpreter

Constructor Detail

public GroovyRuntimeException()

public GroovyRuntimeException(String message)

public GroovyRuntimeException(String message, ASTNode node)

public GroovyRuntimeException(String message, Throwable cause)

public GroovyRuntimeException(Throwable t)

Method Detail

protected String getLocationText()

public String getMessage()

public String getMessageWithoutLocationText()

public ModuleNode getModule()

public ASTNode getNode()

public void setModule(ModuleNode module)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/lang/GroovyRuntimeException.html