FileNotFoundException
classin packageklyn.io
public class FileNotFoundException extends IOException:
└ FileNotFoundException

Exception raised when a filesystem path is expected to exist but cannot be found.

Inherited Properties
propertyInherited Properties from Exception: message
propertyInherited Properties from Object: type
Constructors
Modifier and Type Member Description
public FileNotFoundException
FileNotFoundException(message as String = ""):
Creates a new file-not-found exception.
Inherited Methods
methodInherited Methods from Exception: toString
methodInherited Methods from Object: deepCopy, fromJson, toDict, toJson, toString, toXml