org.gradle.tooling
[Java] Class BuildActionFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.tooling.GradleConnectionException
org.gradle.tooling.BuildActionFailureException
@Incubating
public class BuildActionFailureException
extends GradleConnectionException
Thrown when a BuildAction fails.
- Since:
- 1.8
Methods inherited from class RuntimeException
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
BuildActionFailureException
public BuildActionFailureException(String message, Throwable throwable)
-
Gradle API 1.12