kotlin.io.FileSystemException
FileSystemException
open class FileSystemException : IOException
Platform and version requirements: JVM
A base exception class for file system exceptions.
Constructors
< FileSystemException( file: File, other: File? = null, reason: String? = null) A base exception class for file system exceptions. |