Packages  This Package  Prev  Next  Index  
	§2.28 Class FileNotFoundException
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.
FileNotFoundException
public FileNotFoundException()
- Constructs a FileNotFoundException with no detail message. 
 
FileNotFoundException
public FileNotFoundException(String  s)
- Constructs a FileNotFoundException with the specified detail message.
- Parameters:
 s
- the detail message
 
Packages  This Package  Prev  Next  Index
Java API Document (HTML generated by dkramer on April 22, 1996)
Copyright © 1996 Sun Microsystems, Inc.
All rights reserved
Please send any comments or corrections to doug.kramer@sun.com