kAWT Version 0.95

java.io
Class FileNotFoundException

java.io.FileNotFoundException

public class FileNotFoundException

Signals that an attempt to open the file denoted by a specified pathname has failed.


Constructor Summary
FileNotFoundException()
          Constructs a FileNotFoundException with null as its error detail message.
 

Constructor Detail

FileNotFoundException

public FileNotFoundException()
Constructs a FileNotFoundException with null as its error detail message.

kAWT Version 0.95