Package org.gradle.api.file
Class DuplicateFileCopyingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.gradle.api.GradleException
-
- org.gradle.api.file.DuplicateFileCopyingException
-
- All Implemented Interfaces:
java.io.Serializable
public class DuplicateFileCopyingException extends GradleException
Thrown when more than one file with the same relative path name is to be copied and theDuplicatesStrategy
is set to DuplicatesStrategy.FAIL- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateFileCopyingException(java.lang.String desc)
-