IOException

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

Constructors

Link copied to clipboard
expect fun IOException(message: String)
actual fun IOException(message: String)
actual fun IOException(message: String)
Link copied to clipboard
expect fun IOException(message: String, cause: Throwable?)
actual fun IOException(message: String, cause: Throwable?)
actual fun IOException(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?

Inheritors

Link copied to clipboard
Link copied to clipboard

Extensions

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.