IOException

expect class IOException : Exception

Exception thrown when TTY operations fail.

An alias to java.io.IOException on the JVM.

actual typealias IOException = java.io.IOException
actual class IOException(message: String) : Exception

Constructors

Link copied to clipboard
constructor(message: String)

Properties

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