toggle menu
xmlutil
0.90.2
common
js
jvmCommon
native
wasmCommon
switch theme
search in API
core
/
nl.adaptivity.xmlutil.core.impl.multiplatform
/
IOException
IOException
common
js
jvmCommon
native
wasmCommon
expect
open
class
IOException
:
Exception
Inheritors
XmlException
FileNotFoundException
actual
open
class
IOException
:
Exception
Inheritors
FileNotFoundException
actual
typealias
IOException
=
java.io.IOException
actual
open
class
IOException
:
Exception
Inheritors
FileNotFoundException
actual
open
class
IOException
:
Exception
Inheritors
FileNotFoundException
Members
Constructors
IOException
Link copied to clipboard
common
js
native
wasmCommon
expect
constructor
(
)
expect
constructor
(
message
:
String
?
)
expect
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
expect
constructor
(
cause
:
Throwable
?
)
actual
constructor
(
)
actual
constructor
(
message
:
String
?
)
actual
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
actual
constructor
(
cause
:
Throwable
?
)
actual
constructor
(
)
actual
constructor
(
message
:
String
?
)
actual
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
actual
constructor
(
cause
:
Throwable
?
)
actual
constructor
(
)
actual
constructor
(
message
:
String
?
)
actual
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
actual
constructor
(
cause
:
Throwable
?
)
Types
Companion
Link copied to clipboard
native
object
Companion
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