IOException

expect open class IOException(msg: String) : Exception

Exception representing an I/O error, that is a typealias in the case of the JVM

Inheritors

actual open class IOException(msg: String) : Exception

Exception representing an I/O error, that is a typealias in the case of the JVM

Inheritors

actual typealias IOException = java.io.IOException

Exception representing an I/O error, that is a typealias in the case of the JVM

actual open class IOException(msg: String) : Exception

Exception representing an I/O error, that is a typealias in the case of the JVM

Inheritors

actual open class IOException(msg: String) : Exception

Exception representing an I/O error, that is a typealias in the case of the JVM

Inheritors

Constructors

Link copied to clipboard
expect constructor(msg: String)
actual constructor(msg: String)
actual constructor(msg: String)
actual constructor(msg: String)

Properties

cause
Link copied to clipboard
expect open val cause: Throwable?
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?
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
open override fun toString(): String