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,- GradleScriptException,- IllegalDependencyNotation,- InvalidActionClosureException,- InvalidModelException,- InvalidModelRuleDeclarationException,- InvalidModelRuleException,- InvalidPluginException,- InvalidUserCodeException,- InvalidUserDataException,- ManifestException,- ModelInstantiationException,- ModelRuleBindingException,- PluginInstantiationException,- PublishException,- ReadOnlyModelViewException,- ReportContainer.ImmutableViolationException,- ResourceException,- StopActionException,- TaskInstantiationException,- TestExecutionException,- UnknownDomainObjectException,- UnknownModelException,- VariantTransformConfigurationException,- VerificationException,- WriteOnlyModelViewException
GradleException is the base class of all exceptions thrown by Gradle.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionGradleException(String message) GradleException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
GradleExceptionpublic GradleException()
- 
GradleException
- 
GradleException
 
-