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 a file was not found.


Constructor Summary
FileNotFoundException()
          Constructs a FileNotFoundException with no detail message.
FileNotFoundException(String s)
          Constructs a FileNotFoundException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileNotFoundException

public FileNotFoundException()
Constructs a FileNotFoundException with no detail message. A detail message is a String that describes this particular exception.


FileNotFoundException

public FileNotFoundException(String s)
Constructs a FileNotFoundException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
s - the detail message