IOException

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

Inheritors

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

Inheritors

actual typealias IOException = java.io.IOException
actual open class IOException(message: String, cause: Throwable?) : Exception

Inheritors

Constructors

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

Properties

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

Functions

Link copied to clipboard
expect fun Throwable.printStack()

Print exception stacktrace.

actual fun Throwable.printStack()

Print exception stacktrace.

actual fun Throwable.printStack()

Print exception stacktrace.

actual fun Throwable.printStack()

Print exception stacktrace.

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