Added in API level 26
Summary:
Ctors
| Inherited Methods
FileSystemNotFoundException
public
class
FileSystemNotFoundException
extends RuntimeException
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.lang.RuntimeException | |||
↳ | java.nio.file.FileSystemNotFoundException |
Runtime exception thrown when a file system cannot be found.
Summary
Public constructors | |
---|---|
FileSystemNotFoundException()
Constructs an instance of this class. |
|
FileSystemNotFoundException(String msg)
Constructs an instance of this class. |
Inherited methods | |
---|---|
Public constructors
FileSystemNotFoundException
Added in API level 26
public FileSystemNotFoundException ()
Constructs an instance of this class.
FileSystemNotFoundException
Added in API level 26
public FileSystemNotFoundException (String msg)
Constructs an instance of this class.
Parameters | |
---|---|
msg |
String : the detail message |