2003.09.15


jdc.java.io
Class FileNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.io.FileNotFoundException
                          |
                          +--jdc.java.io.FileNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class FileNotFoundException
extends java.io.FileNotFoundException

A wrapper class for java.io.FileNotFoundException.

Version:
1.0
Author:
Jay Damon
See Also:
Serialized Form

Constructor Summary
FileNotFoundException()
          Constructor for FileNotFoundException.
FileNotFoundException(java.lang.String s)
          Constructor for FileNotFoundException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileNotFoundException

public FileNotFoundException()
Constructor for FileNotFoundException.


FileNotFoundException

public FileNotFoundException(java.lang.String s)
Constructor for FileNotFoundException.

Parameters:
s -

2003.09.15



Copyright © 2003 J. Damon & Co.; All Rights Reserved WorldWide.