Class VariantTransformConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.api.GradleException
org.gradle.api.artifacts.transform.VariantTransformConfigurationException
- All Implemented Interfaces:
- Serializable
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
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.VariantTransformConfigurationException(String message, Throwable cause) Deprecated.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
VariantTransformConfigurationExceptionDeprecated.
- 
VariantTransformConfigurationExceptionDeprecated.
 
-