Package-level declarations

Types

Link copied to clipboard
expect open class EOFException(message: String) : IOException
actual open class EOFException(message: String) : IOException
actual open class EOFException(message: String) : IOException
Link copied to clipboard
expect open class IOException(message: String, cause: Throwable?) : Exception
actual open class IOException(message: String, cause: Throwable?) : Exception
actual typealias IOException = java.io.IOException
actual open class IOException(message: String, cause: Throwable?) : Exception
Link copied to clipboard
sealed class PosixException : Exception

Represents a POSIX error. Could be thrown when a POSIX function returns error code.