java.io.Serializable
@Deprecated public class ArtifactTransformException extends GradleException
Constructor | Description |
---|---|
ArtifactTransformException(java.io.File input,
AttributeContainer expectedAttributes,
java.lang.Class<? extends ArtifactTransform> transform,
java.lang.Throwable cause) |
Deprecated.
|
ArtifactTransformException(java.io.File file,
AttributeContainer expectedAttributes,
java.lang.Throwable cause) |
Deprecated.
Capture a failure during the execution of a file-based transformation.
|
ArtifactTransformException(ComponentArtifactIdentifier artifact,
AttributeContainer expectedAttributes,
java.lang.Throwable cause) |
Deprecated.
Capture a failure during the execution of a file-based transformation.
|
public ArtifactTransformException(java.io.File input, AttributeContainer expectedAttributes, java.lang.Class<? extends ArtifactTransform> transform, java.lang.Throwable cause)
public ArtifactTransformException(java.io.File file, AttributeContainer expectedAttributes, java.lang.Throwable cause)
public ArtifactTransformException(ComponentArtifactIdentifier artifact, AttributeContainer expectedAttributes, java.lang.Throwable cause)