Package org.gradle.api
Class GradleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.api.GradleException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 BuildCancelledException,CircularReferenceException,ConfigurationCycleException,org.gradle.internal.exceptions.DefaultMultiCauseException,DuplicateFileCopyingException,org.gradle.process.internal.ExecException,GradleScriptException,IllegalDependencyNotation,InvalidActionClosureException,InvalidModelException,InvalidModelRuleDeclarationException,InvalidModelRuleException,InvalidPluginException,InvalidUserCodeException,InvalidUserDataException,ManifestException,ModelInstantiationException,ModelRuleBindingException,PluginInstantiationException,PublishException,ReadOnlyModelViewException,ReportContainer.ImmutableViolationException,ResourceException,StopActionException,TaskInstantiationException,TestExecutionException,UnknownDomainObjectException,UnknownModelException,VerificationException,WriteOnlyModelViewException
GradleException is the base class of all exceptions thrown by Gradle.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionGradleException(String message) GradleException(String message, @Nullable Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
GradleException
public GradleException() - 
GradleException
 - 
GradleException
 
 -