lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
core
/
org.gnit.lucenekmp.jdkport
/
UncheckedIOException
Unchecked
IOException
class
UncheckedIOException
:
RuntimeException
Wraps an
IOException
with an unchecked exception.
Since
1.8
Members
Members & Extensions
Constructors
Unchecked
IOException
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
IOException
)
Constructs an instance of this class.
constructor
(
cause
:
IOException
)
Constructs an instance of this class.
Properties
cause
Link copied to clipboard
open
override
val
cause
:
IOException
message
Link copied to clipboard
expect
open
val
message
:
String
?
Functions
print
Stack
Trace
Link copied to clipboard
fun
Throwable
.
printStackTrace
(
s
:
PrintStream
)