Package java.io Previous
Previous
Java API
Java API
Index
Index
Next
Next

Class FileNotFoundException

Constructors

public  class  java.io.FileNotFoundException
    extends  java.io.IOException  
{
        // Constructors
    public FileNotFoundException();	
    public FileNotFoundException(String  s);	
}

Signals that a file could not be found.


Constructors


FileNotFoundException

public FileNotFoundException() 

Constructs a FileNotFoundException with no detail message.


FileNotFoundException

public FileNotFoundException(String  s) 

Constructs a FileNotFoundException with the specified detail message.

ParameterDescription
s the detail message



© 1996 Sun Microsystems, Inc. All rights reserved.