FileAlreadyExistsException
class FileAlreadyExistsException(val file: File, val other: File? = null, val reason: String? = null) : FileSystemException(source)
An exception class which is used when some file to create or copy to already exists.
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
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
Returns an array of stack trace elements representing the stack trace pertaining to this throwable.
Since Kotlin 1.0