An IOException that signals that a specified file cannot be found.
public class FileNotFoundException extends IOException { // Public Constructors public FileNotFoundException(); public FileNotFoundException(String s); }
Object->Throwable(Serializable)->Exception->IOException->FileNotFoundException
FileInputStream(), FileReader()