Package csw.config.api.exceptions
Class FileNotFound$
- java.lang.Object
-
- csw.config.api.exceptions.FileNotFound$
-
- All Implemented Interfaces:
java.io.Serializable
public class FileNotFound$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static FileNotFound$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description FileNotFound$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileNotFound
apply(java.nio.file.Path path)
-
-
-
Field Detail
-
MODULE$
public static final FileNotFound$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public FileNotFound apply(java.nio.file.Path path)
-
-