All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.io.FileNotFoundException

java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Exception
                    |
                    +----java.io.IOException
                            |
                            +----java.io.FileNotFoundException

public class FileNotFoundException
extends IOException
Signals that a file could not be found.

Since:
JDK1.0

Constructor Index

 o FileNotFoundException()
Constructs a FileNotFoundException with no detail message.
 o FileNotFoundException(String)
Constructs a FileNotFoundException with the specified detail message.

Constructors

 o FileNotFoundException
public FileNotFoundException()
Constructs a FileNotFoundException with no detail message.

 o FileNotFoundException
public FileNotFoundException(String s)
Constructs a FileNotFoundException with the specified detail message.

Parameters:
s - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature