Class LocalFileNotFound

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

public class LocalFileNotFound extends RuntimeException implements scala.Product, Serializable
LocalFileNotFound exception is thrown while starting the container or host app if a local config file used to spawn the app is not available on local disk

param: filePath the path of file on local disk that is not available

See Also:
  • Constructor Details

    • LocalFileNotFound

      public LocalFileNotFound(Path filePath)
  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • toString

      public static String toString()
    • filePath

      public Path filePath()