toggle menu
xmlutil
0.90.2
common
js
jvmCommon
native
wasmCommon
switch theme
search in API
core
/
nl.adaptivity.xmlutil.core.impl.multiplatform
/
FileNotFoundException
File
Not
Found
Exception
common
js
jvmCommon
native
wasmCommon
expect
open
class
FileNotFoundException
:
IOException
actual
open
class
FileNotFoundException
:
IOException
actual
typealias
FileNotFoundException
=
java.io.FileNotFoundException
actual
open
class
FileNotFoundException
:
IOException
actual
open
class
FileNotFoundException
:
IOException
Members
Constructors
File
Not
Found
Exception
Link copied to clipboard
js
native
wasmCommon
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
common
js
native
wasmCommon
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
message
Link copied to clipboard
common
js
native
wasmCommon
open
val
message
:
String
?
open
val
message
:
String
?
open
val
message
:
String
?
open
val
message
:
String
?
Functions
to
String
Link copied to clipboard
js
open
override
fun
toString
(
)
:
String