executables
Toggle table of contents
0.0.1-SNAPSHOT
common
jvm
nonJvm
Platform filter
common
jvm
nonJvm
Switch theme
Search in API
executables
common
/
space.iseki.executables.common
/
EOFException
EOFException
common
jvm
nonJvm
expect
class
EOFException
(
message
:
String
?
)
:
IOException
(
source
)
Represents an end-of-file exception.
Parameters
message
the detail message, or null if no detail message is provided.
actual
typealias
EOFException
=
java.io.EOFException
(
source
)
actual
class
EOFException
(
message
:
String
?
)
:
IOException
(
source
)
Members
Constructors
EOFException
Link copied to clipboard
common
nonJvm
expect
constructor
(
message
:
String
?
)
actual
constructor
(
message
:
String
?
)
Properties
cause
Link copied to clipboard
common
nonJvm
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
message
Link copied to clipboard
common
nonJvm
open
val
message
:
String
?
open
val
message
:
String
?