kotlin.io.NoSuchFileException
NoSuchFileException
class NoSuchFileException : FileSystemException
Platform and version requirements: JVM
An exception class which is used when file to copy does not exist.
Constructors
NoSuchFileException( file: File, other: File? = null, reason: String? = null) An exception class which is used when file to c |