Package com.mapr.fs
Class PathNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.io.FileNotFoundException
-
- com.mapr.fs.PathNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class PathNotFoundException extends java.io.FileNotFoundException- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPathNotFoundException.PathObject
-
Constructor Summary
Constructors Constructor Description PathNotFoundException(java.lang.String s)PathNotFoundException(java.lang.String s, java.lang.Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFilePath()PathNotFoundException.PathObjectgetPathObject()PathNotFoundExceptioninitFilePath(java.lang.String filePath)
-
-
-
Method Detail
-
getFilePath
public java.lang.String getFilePath()
-
initFilePath
public PathNotFoundException initFilePath(java.lang.String filePath)
-
getPathObject
public PathNotFoundException.PathObject getPathObject()
-
-