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
public FileSystemNotFoundException ()
Constructs an instance of this class.
FileSystemNotFoundException
public FileSystemNotFoundException (String msg)
Constructs an instance of this class.
Parameters | |
---|---|
msg |
String : the detail message |