Class FileNotFound

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

public class FileNotFound extends RuntimeException implements scala.Product, Serializable
An Exception representing file not found at the given path relative to repository root

param: message exception message containing file path relative to repository root

See Also:
  • Constructor Details

    • FileNotFound

      public FileNotFound(String message)
  • Method Details