VariantTransformConfigurationException

Deprecated

An exception to report a problem during a transform execution.

This exception is deprecated and will be removed in a future version of Gradle. There is no public use case for this. Gradle should use org.gradle.api.internal.artifacts.transform.VariantTransformConfigurationException instead.

Since

3.5

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable)
constructor(message: String)

Properties

Link copied to clipboard
open val cause: Throwable
Link copied to clipboard

Functions

Link copied to clipboard
fun addSuppressed(exception: Throwable)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
open fun initCause(cause: Throwable): Throwable
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
open fun toString(): String