toggle menu
korge-root
5.1.0
android
common
darwin
js
jvm
switch theme
search in API
korge-core
/
korlibs.io.lang
/
IOException
IOException
android
common
darwin
js
jvm
actual
typealias
IOException
=
java.io.IOException
expect
open
class
IOException
(
msg
:
String
)
:
Exception
Inheritors
VfsProcessException
FileAlreadyExistsException
EOFException
FileNotFoundException
WebSocketException
HttpException
actual
open
class
IOException
(
msg
:
String
)
:
Exception
Inheritors
EOFException
FileNotFoundException
actual
open
class
IOException
(
msg
:
String
)
:
Exception
Inheritors
EOFException
FileNotFoundException
actual
typealias
IOException
=
java.io.IOException
Members
Members & Extensions
Constructors
IOException
Link copied to clipboard
common
darwin
js
expect
constructor
(
msg
:
String
)
actual
constructor
(
msg
:
String
)
actual
constructor
(
msg
:
String
)
Properties
cause
Link copied to clipboard
common
darwin
js
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
message
Link copied to clipboard
common
darwin
js
open
val
message
:
String
?
open
val
message
:
String
?
open
val
message
:
String
?
Functions
print
Stack
Trace
With
Extra
Message
Link copied to clipboard
fun
Throwable
.
printStackTraceWithExtraMessage
(
msg
:
String
)
to
String
Link copied to clipboard
js
open
override
fun
toString
(
)
:
String