EOFException

expect open class EOFException : IOException(source)

Signals that the end of the file or stream was reached unexpectedly during an input operation.

actual open class EOFException : IOException(source)

Signals that the end of the file or stream was reached unexpectedly during an input operation.

Signals that the end of the file or stream was reached unexpectedly during an input operation.

actual open class EOFException : IOException(source)

Signals that the end of the file or stream was reached unexpectedly during an input operation.

actual open class EOFException : IOException(source)

Signals that the end of the file or stream was reached unexpectedly during an input operation.

Constructors

Link copied to clipboard
expect constructor()
expect constructor(message: String?)
constructor(message: String?, cause: Throwable?)
actual constructor()
actual constructor(message: String?)
constructor(message: String?, cause: Throwable?)
actual constructor()
actual constructor(message: String?)
constructor(message: String?, cause: Throwable?)
actual constructor()
actual constructor(message: String?)

Properties

cause
Link copied to clipboard
expect open val cause: Throwable?
open val cause: Throwable?
open val cause: Throwable?
expect open val cause: Throwable?
message
Link copied to clipboard
expect open val message: String?
open val message: String?
open val message: String?
expect open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
toString
Link copied to clipboard
open override fun toString(): String
open override fun toString(): String