Name

FileNotFoundException

Synopsis

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

java.io.FileNotFoundException

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.

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.