@groovy.transform.CompileStatic class ExecutionException extends GradleException
Thrown when a JRuby execution has failed in a worker.
| Type | Name and description |
|---|---|
int |
code |
| Constructor and description |
|---|
ExecutionException
(int code) |
| Methods inherited from class | Name |
|---|---|
class GradleException |
printStackTrace, printStackTrace, printStackTrace, getStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getSuppressed, getLocalizedMessage, setStackTrace, addSuppressed, equals, hashCode, getClass, notify, notifyAll, wait, wait, wait |
Groovy Documentation