toggle menu
kotlinx-io
0.3.2
common
jvm
native
nodeFilesystemShared
wasmWasi
switch theme
search in API
kotlinx-io-core
/
kotlinx.io.files
/
FileNotFoundException
File
Not
Found
Exception
common
jvm
native
nodeFilesystemShared
wasmWasi
expect
class
FileNotFoundException
(
message
:
String
?
)
:
IOException
(
source
)
Signals an I/O operation's failure due to a missing file or directory.
actual
typealias
FileNotFoundException
=
java.io.FileNotFoundException
(
source
)
actual
open
class
FileNotFoundException
(
message
:
String
?
)
:
IOException
(
source
)
actual
open
class
FileNotFoundException
(
message
:
String
?
)
:
IOException
(
source
)
actual
open
class
FileNotFoundException
(
message
:
String
?
)
:
IOException
(
source
)
Members
Constructors
File
Not
Found
Exception
Link copied to clipboard
common
native
nodeFilesystemShared
wasmWasi
expect
constructor
(
message
:
String
?
)
actual
constructor
(
message
:
String
?
)
actual
constructor
(
message
:
String
?
)
actual
constructor
(
message
:
String
?
)
Properties
cause
Link copied to clipboard
common
native
nodeFilesystemShared
wasmWasi
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
message
Link copied to clipboard
common
native
nodeFilesystemShared
wasmWasi
open
val
message
:
String
?
open
val
message
:
String
?
open
val
message
:
String
?
open
val
message
:
String
?
Functions
to
String
Link copied to clipboard
wasmWasi
open
override
fun
toString
(
)
:
String