Groovy Documentation

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


Constructor Summary
BuildActionFailureException(String message, Throwable throwable)

 
Method Summary
 
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
 

Constructor Detail

BuildActionFailureException

public BuildActionFailureException(String message, Throwable throwable)


 

Gradle API 1.8