Interface | Description |
---|---|
GrolifantError | A token interface for exception arising out of Grolifant library. |
Class | Description |
---|---|
ConfigurationException | A failure has occurred when downloading a distribution of an external tool or SDK. |
DistributionFailedException | Thrown when a distribution failed to unpack correctly or does not meet specific criteria. |
ExecConfigurationException | An error occurred trying to configure an execution specification or a resolver for an external tool. |
ExecutionException | A failure occurred running or setting up an execution specification. |
Exception | Description |
---|---|
ChecksumCreationException | Failed to create checksum |
ChecksumFailedException | Thrown when a checksum fails. |
ClassLocationException | Thrown when a class location search failed. |
DownloadFailedException | Failure to download an item. |
NotSupportedException | Feature is not supported on this version of Gradle. |
UnsupportedConfigurationException | Thrown when a type instance cannot be converted to a Gradle-specific type instance. |
WrapperCreationException | Thrown when a tool wrapper script cannot be created. |