EOFException

expect open class EOFException(message: String) : IOException
actual open class EOFException(message: String) : IOException
actual typealias EOFException = EOFException
actual open class EOFException(message: String) : IOException

Constructors

Link copied to clipboard
expect fun EOFException(message: String)
actual fun EOFException(message: String)
actual fun EOFException(message: String)

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?

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.