Packages This Package Prev Next Index
public class java.io.FileNotFoundException extends java.io.IOException (I-§2.29) { // Constructors public FileNotFoundException(); §2.28.1 public FileNotFoundException(String s); §2.28.2 }Signals that a file could not be found.
public FileNotFoundException()
public FileNotFoundException(String s)
s
-
the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)