Serializablepublic class ArtifactTransformException extends GradleException
| Constructor | Description | 
|---|---|
| ArtifactTransformException(File input,
                          AttributeContainer expectedAttributes,
                          Class<? extends ArtifactTransform> transform,
                          Throwable cause) | Deprecated. | 
| ArtifactTransformException(File file,
                          AttributeContainer expectedAttributes,
                          Throwable cause) | Capture a failure during the execution of a file-based transformation. | 
| ArtifactTransformException(ComponentArtifactIdentifier artifact,
                          AttributeContainer expectedAttributes,
                          Throwable cause) | Capture a failure during the execution of a file-based transformation. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString@Deprecated public ArtifactTransformException(File input, AttributeContainer expectedAttributes, Class<? extends ArtifactTransform> transform, Throwable cause)
@Incubating public ArtifactTransformException(File file, AttributeContainer expectedAttributes, Throwable cause)
@Incubating public ArtifactTransformException(ComponentArtifactIdentifier artifact, AttributeContainer expectedAttributes, Throwable cause)