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 Details

    • FileNotFoundException

      public FileNotFoundException()
    • FileNotFoundException

      public FileNotFoundException(java.lang.String s)