24.19 java.io.FileNotFoundException (JDK 1.0)An IOException that signals that a specified file cannot be found.
public class FileNotFoundException extends IOException {
// Public Constructors
public FileNotFoundException();
public FileNotFoundException(String s);
}
Hierarchy:Object->Throwable(Serializable)->Exception->IOException->FileNotFoundException Thrown By:FileInputStream(), FileReader() |
|