Module java.base
Package java.nio.file

Class NoSuchFileException

java.lang.Object
All Implemented Interfaces:
Serializable

public class NoSuchFileException extends FileSystemException
Checked exception thrown when an attempt is made to access a file that does not exist.
Since:
1.7
See Also: