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 public class VariantTransformConfigurationException extends GradleException
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 Details

    • VariantTransformConfigurationException

      public VariantTransformConfigurationException(String message, Throwable cause)
      Deprecated.
    • VariantTransformConfigurationException

      public VariantTransformConfigurationException(String message)
      Deprecated.