Class FileAlreadyExists

All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class FileAlreadyExists extends RuntimeException implements scala.Product, Serializable
An Exception representing failure of creating a file which already exists at the given path relative to repository root

param: path file path relative to repository root

See Also:
  • Constructor Details

    • FileAlreadyExists

      public FileAlreadyExists(Path path)
  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • toString

      public static String toString()
    • path

      public Path path()