# Print output for @column tags ?>
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.
Public constructors | |
|---|---|
FileSystemNotFoundException()
Constructs an instance of this class. |
|
FileSystemNotFoundException(String msg)
Constructs an instance of this class. |
|
Inherited methods | |
|---|---|
public FileSystemNotFoundException ()
Constructs an instance of this class.
public FileSystemNotFoundException (String msg)
Constructs an instance of this class.
| Parameters | |
|---|---|
msg |
String: the detail message |