| Package | Description |
|---|---|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build files. |
| org.gradle.api.artifacts |
Classes for declaring and using artifacts and artifact dependencies.
|
| org.gradle.api.internal | |
| org.gradle.api.internal.artifacts.ivyservice | |
| org.gradle.api.internal.artifacts.ivyservice.ivyresolve | |
| org.gradle.api.internal.resource | |
| org.gradle.api.internal.resources | |
| org.gradle.api.internal.tasks.testing | |
| org.gradle.api.java.archives |
Classes for working with JAR manifests.
|
| org.gradle.api.plugins |
The standard
Plugin implementations. |
| org.gradle.api.reporting |
Classes for reporting.
|
| org.gradle.api.resources |
Interfaces and API for the 'Resources' concept.
|
| org.gradle.api.tasks |
The standard
Task implementations. |
| org.gradle.cache | |
| org.gradle.execution | |
| org.gradle.groovy.scripts | |
| org.gradle.launcher.daemon.client | |
| org.gradle.listener | |
| org.gradle.messaging.remote.internal | |
| org.gradle.process.internal |
Classes for running external processes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CircularReferenceException
A
CircularReferenceException is thrown if circular references exists between tasks, the project
evaluation order or the project dependsOn order. |
class |
GradleScriptException
A
GradleScriptException is thrown when an exception occurs in the compilation or execution of a
script. |
class |
IllegalDependencyNotation
This exceptions is thrown, if a dependency is declared with a illegal notation.
|
class |
IllegalOperationAtExecutionTimeException
A
IllegalOperationAtExecutionTimeException is thrown if you try to trigger an operation at runtime,
which is only allowed at configuration time. |
class |
InvalidUserDataException
A
InvalidUserDataException is thrown, if a user is providing illegal data for the build. |
class |
UnknownDomainObjectException
A
UnknownDomainObjectException is the super class of all exceptions thrown when a given domain object
cannot be located. |
class |
UnknownProjectException
An
UnknownProjectException is thrown when a project referenced by path cannot be found. |
class |
UnknownTaskException
An
UnknownTaskException is thrown when a task referenced by path cannot be found. |
| Modifier and Type | Class and Description |
|---|---|
class |
PublishException
A
PublishException is thrown when a dependency configuration cannot be published for some reason. |
class |
ResolveException
A
ResolveException is thrown when a dependency configuration cannot be resolved for some reason. |
class |
UnknownConfigurationException
An
UnknownConfigurationException is thrown when a configuration referenced by name cannot be found. |
class |
UnknownRepositoryException
An
UnknownRepositoryException is thrown when a repository referenced by name cannot be found. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMultiCauseException |
class |
LocationAwareException
A
LocationAwareException is an exception which can be annotated with a location in a script. |
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleVersionNotFoundException |
class |
ModuleVersionResolveException |
| Modifier and Type | Class and Description |
|---|---|
class |
ArtifactNotFoundException |
class |
ArtifactResolveException |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceException |
class |
ResourceNotFoundException
An exception thrown when attempting to access the content of a
Resource which does not exist. |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceIsAFolderException
Exception thrown when one attempts to read a folder
|
| Modifier and Type | Class and Description |
|---|---|
class |
TestSuiteExecutionException
Thrown when some internal exception occurs executing a test suite.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ManifestException
Is thrown in the case an operation is applied against a
Manifest that violates
the Manifest specification. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ExtraPropertiesExtension.UnknownPropertyException
The exception that will be thrown when an attempt is made to read a property that is not set.
|
class |
PluginInstantiationException
A
PluginInstantiationException is thrown when a plugin cannot be instantiated. |
class |
UnknownPluginException
A
UnknownPluginException is thrown when an unknown plugin id is provided. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ReportContainer.ImmutableViolationException
The exception thrown when any of this container's mutation methods are called.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MissingResourceException
Exception thrown when the resource does not exist
|
| Modifier and Type | Class and Description |
|---|---|
class |
StopActionException
A
StopActionException is be thrown by a task Action or task action closure to
stop its own execution and to start execution of the task's next action. |
class |
TaskExecutionException
A
TaskExecutionException is thrown when a task fails to execute successfully. |
class |
TaskInstantiationException
A
TaskInstantiationException is thrown when a task cannot be instantiated for some reason. |
class |
TaskValidationException
A
TaskValidationException is thrown when there is some validation problem with a task. |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheOpenException |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskSelectionException
A
TaskSelectionException is thrown when the tasks to execute cannot be selected due to some user input
problem. |
| Modifier and Type | Class and Description |
|---|---|
class |
ScriptCompilationException
A
ScriptCompilationException is thrown when a script cannot be compiled. |
| Modifier and Type | Class and Description |
|---|---|
class |
DaemonDisappearedException
Thrown when a daemon disconnects unexpectedly while a client is interacting with it.
|
class |
NoUsableDaemonFoundException
by Szczepan Faber, created at: 2/24/12
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListenerNotificationException
A
ListenerNotificationException is thrown when a listener cannot be notified of an event. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectException |
class |
MessageIOException |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecException |
Copyright © 2013. All rights reserved