Groovy Documentation

org.gradle.api
Class GradleException

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

class GradleException
extends java.lang.RuntimeException

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

author:
Hans Dockter


Constructor Summary
GradleException()

GradleException(java.lang.String message)

GradleException(java.lang.String message, java.lang.Throwable cause)

GradleException(java.lang.Throwable cause)

 
Method Summary
 
Methods inherited from class java.lang.RuntimeException
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll
 
Methods inherited from class java.lang.Exception
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll
 
Methods inherited from class java.lang.Throwable
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll
 
Methods inherited from class java.lang.Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

GradleException

public GradleException()


GradleException

public GradleException(java.lang.String message)


GradleException

public GradleException(java.lang.String message, java.lang.Throwable cause)


GradleException

public GradleException(java.lang.Throwable cause)


 

Groovy Documentation