start page | rating of books | rating of authors | reviews | copyrights

Java in a Nutshell

Previous Chapter 24
The java.io Package
Next
 

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()


Previous Home Next
java.io.FileInputStream (JDK 1.0) Book Index java.io.FileOutputStream (JDK 1.0)

Java in a Nutshell Java Language Reference Java AWT Java Fundamental Classes Exploring Java