Save This Page
Home » apache-harmony-6.0-src-r917296-snapshot » java » io » [javadoc | source]
java.io
public class: FileNotFoundException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.io.IOException
            java.io.FileNotFoundException

All Implemented Interfaces:
    Serializable

Thrown when a file specified by a program cannot be found.
Constructor:
 public FileNotFoundException() 
 public FileNotFoundException(String detailMessage) 
    Constructs a new {@code FileNotFoundException} with its stack trace and detail message filled in.
    Parameters:
    detailMessage - the detail message for this exception.
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait