kAWT Version 0.81

java.io
Class FileNotFoundException

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

public class FileNotFoundException
extends IOException

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.
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileNotFoundException

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

kAWT Version 0.81