Package csw.config.api.exceptions
Class LocalFileNotFound
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- csw.config.api.exceptions.LocalFileNotFound
-
- All Implemented Interfaces:
java.io.Serializable,scala.Equals,scala.Product
public class LocalFileNotFound extends java.lang.RuntimeException implements scala.Product, java.io.SerializableLocalFileNotFound 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 diskparam: filePath the path of file on local disk that is not available
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LocalFileNotFound(java.nio.file.Path filePath)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract static Rapply(T1 v1)java.nio.file.PathfilePath()static java.lang.StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-