org.gradle.tooling
Class BuildException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gradle.tooling.GradleConnectionException
                  extended by org.gradle.tooling.BuildException
All Implemented Interfaces:
Serializable

public class BuildException
extends GradleConnectionException

Thrown when a Gradle build fails, or when a model cannot be built.

See Also:
Serialized Form

Constructor Summary
BuildException(String message, Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BuildException

public BuildException(String message,
                      Throwable throwable)