EOFException

expect open class EOFException(message: String?, cause: Throwable?) : IOException
actual open class EOFException(message: String?, cause: Throwable?) : EOFException
actual open class EOFException(message: String?, cause: Throwable?) : IOException

Constructors

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

Inherited properties

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

Inherited functions

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