FileNotFoundException

expect open class FileNotFoundException(msg: String) : IOException

Exception representing a File Not Found I/O error, that is a typealias in the case of the JVM

actual open class FileNotFoundException(msg: String) : IOException

Exception representing a File Not Found I/O error, that is a typealias in the case of the JVM

Exception representing a File Not Found I/O error, that is a typealias in the case of the JVM

actual open class FileNotFoundException(msg: String) : IOException

Exception representing a File Not Found I/O error, that is a typealias in the case of the JVM

actual open class FileNotFoundException(msg: String) : IOException

Exception representing a File Not Found I/O error, that is a typealias in the case of the JVM

Constructors

Link copied to clipboard
expect constructor(msg: String)
actual constructor(msg: String)
actual constructor(msg: String)
actual constructor(msg: String)

Properties

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

Functions

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