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()
This HTML Help has been published using the chm2web software. |