FileSystemException

open class FileSystemException(val file: File, val other: File? = null, val reason: String? = null) : IOException(source)

A base exception class for file system exceptions.

Since Kotlin

1.0

Constructors

Link copied to clipboard
fun FileSystemException(file: File, other: File? = null, reason: String? = null)

Functions

Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0
Link copied to clipboard
open fun printStackTrace()
Since Kotlin 1.0
Link copied to clipboard
Since Kotlin 1.0

Properties

Link copied to clipboard
open val cause: Throwable?
Since Kotlin 1.0
Link copied to clipboard
val file: File

the file on which the failed operation was performed.

Since Kotlin 1.0
Link copied to clipboard
open val message: String?
Since Kotlin 1.0
Link copied to clipboard
val other: File? = null

the second file involved in the operation, if any (for example, the target of a copy or move)

Since Kotlin 1.0
Link copied to clipboard
val reason: String? = null

the description of the error

Since Kotlin 1.0

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Extensions

Link copied to clipboard

Returns a list of stack trace addresses representing the stack trace pertaining to this throwable.

Since Kotlin 1.3
Link copied to clipboard

Prints the detailed description of this throwable to the specified writer.

Since Kotlin 1.0

Prints the detailed description of this throwable to the specified stream.

Since Kotlin 1.0
Link copied to clipboard

Returns an array of stack trace elements representing the stack trace pertaining to this throwable.

Since Kotlin 1.0