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