Java in a Nutshell Online Quick Reference for Java 1.1
CLASS java.io.FileNotFoundException
Availability: JDK 1.0
public class FileNotFoundException extends IOException {
// Public Constructors
public FileNotFoundException();
public FileNotFoundException(Strings);
}