Team LiB
Previous Section Next Section

FileNotFoundExceptionjava.io

Java 1.0serializable checked

An IOException that signals that a specified file cannot be found.

Figure 9-16. java.io.FileNotFoundException


public class FileNotFoundException extends IOException {
// Public Constructors
     public FileNotFoundException( );  
     public FileNotFoundException(String s);  
}

Thrown By

Too many methods to list.

    Team LiB
    Previous Section Next Section