FileNotFoundException | java.io |
Java 1.0 | serializable checked |
An
IOException that signals that a specified file
cannot be found.
public class FileNotFoundException extends IOException {
// Public Constructors
public FileNotFoundException( );
public FileNotFoundException(String s);
}
Thrown By
Too many methods to list.
|