Class FileNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.FileNotFoundException
All Implemented Interfaces:
Serializable

public class FileNotFoundException extends IOException

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

See: java.io.FileInputStream, java.io.IOException

See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    FileNotFoundException(java.lang.String s)
     
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • FileNotFoundException

      public FileNotFoundException()
    • FileNotFoundException

      public FileNotFoundException(java.lang.String s)