JavaTM 2 Platform
Std. Ed. v1.3.1

Uses of Class
java.io.FileNotFoundException

Packages that use FileNotFoundException
com.apple.mrj   
java.io   
 

Uses of FileNotFoundException in com.apple.mrj
 

Methods in com.apple.mrj that throw FileNotFoundException
static File MRJFileUtils.findFolder(MRJOSType folderType)
           
static File MRJFileUtils.findFolder(short domain, MRJOSType folderType)
           
static File MRJFileUtils.findFolder(short domain, MRJOSType folderType, boolean createIfNeeded)
           
static File MRJFileUtils.findApplication(MRJOSType applSig)
          Deprecated. Not implemented in Mac OS X
static File MRJFileUtils.getResource(String resourceName)
          Gets specified file from the Resources directory in app bundle Will throw NoSuchMethodError if run on MRJ 2.x VM.
static File MRJFileUtils.getResource(String resourceName, String subDirName)
          Gets specified file from specified sub directory of Resources directory in app bundle Will throw NoSuchMethodError if run on MRJ 2.x VM.
 

Uses of FileNotFoundException in java.io
 

Constructors in java.io that throw FileNotFoundException
FileOutputStream(String name)
          Creates an output file stream to write to the file with the specified name.
FileOutputStream(String name, boolean append)
          Creates an output file stream to write to the file with the specified name.
FileOutputStream(File file)
          Creates a file output stream to write to the file represented by the specified File object.
FileReader(String fileName)
          Creates a new FileReader, given the name of the file to read from.
FileReader(File file)
          Creates a new FileReader, given the File to read from.
RandomAccessFile(String name, String mode)
          Creates a random access file stream to read from, and optionally to write to, a file with the specified name.
RandomAccessFile(File file, String mode)
          Creates a random access file stream to read from, and optionally to write to, the file specified by the File argument.
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(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.
 


JavaTM 2 Platform
Std. Ed. v1.3.1

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.