FileNotFoundException

expect class FileNotFoundException(message: String?) : IOException(source)

Signals an I/O operation's failure due to a missing file or directory.

actual open class FileNotFoundException(message: String?) : IOException(source)
actual open class FileNotFoundException(message: String?) : IOException(source)
actual open class FileNotFoundException(message: String?) : IOException(source)

Constructors

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

Properties

cause
Link copied to clipboard
open val cause: Throwable?
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?
open val message: String?

Functions

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