[Java] Interface GroovyExceptionInterface
An interface for use by all Groovy compiler exceptions.
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
boolean |
isFatal() | |
void |
setFatal(boolean fatal) |
Method Detail
public boolean isFatal()
public void setFatal(boolean fatal)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/GroovyExceptionInterface.html