Class DuplicateFileCopyingException

All Implemented Interfaces:
Serializable

public class DuplicateFileCopyingException extends GradleException
Thrown when more than one file with the same relative path name is to be copied and the DuplicatesStrategy is set to DuplicatesStrategy.FAIL
Since:
1.8
See Also:
  • Constructor Details

    • DuplicateFileCopyingException

      public DuplicateFileCopyingException(String desc)
      Creates a new DuplicateFileCopyingException.
      Since:
      1.8