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.0Constructors
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
Since Kotlin 1.0
Properties
Inheritors
Extensions
Link copied to clipboard
Returns an array of stack trace elements representing the stack trace pertaining to this throwable.
Since Kotlin 1.0