Groovy Documentation

org.gradle.api
[Java] Class GradleException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              org.gradle.api.GradleException

public class GradleException
extends RuntimeException

GradleException is the base class of all exceptions thrown by Gradle.


Constructor Summary
GradleException()

GradleException(String message)

GradleException(String message, Throwable cause)

 
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
 
Methods inherited from class Exception
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 

Constructor Detail

GradleException

public GradleException()


GradleException

public GradleException(String message)


GradleException

public GradleException(String message, Throwable cause)


 

Gradle API 1.8