Java Platform 1.2
Beta 4

Uses of Class
java.io.FileNotFoundException

Packages that use FileNotFoundException
java.io Provides for system input and output through data streams, serialization and the file system.  
 

Uses of FileNotFoundException in java.io
 

Constructors in java.io that throw FileNotFoundException
FileInputStream.FileInputStream(String name)
          Creates a FileInputStream by opening a connection to an actual file, the file named by the path name name in the file system.
FileInputStream.FileInputStream(File file)
          Creates a FileInputStream by opening a connection to an actual file, the file named by the File object file in the file system.
FileReader.FileReader(String fileName)
           
FileReader.FileReader(File file)
           
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.