org.gradle.api
Class GradleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gradle.api.GradleException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
org.gradle.api.internal.AbstractMultiCauseException, CircularReferenceException, CommandLineArgumentException, GradleScriptException, IllegalDependencyNotation, InvalidUserDataException, LocationAwareException, ManifestException, PluginInstantiationException, PublishException, ResolveException, StopActionException, TaskExecutionException, TaskInstantiationException, UnknownDomainObjectException

public class GradleException
extends RuntimeException

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

See Also:
Serialized Form

Constructor Summary
GradleException()
           
GradleException(String message)
           
GradleException(String message, Throwable cause)
           
 
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

GradleException

public GradleException()

GradleException

public GradleException(String message)

GradleException

public GradleException(String message,
                       Throwable cause)