Class FileNotFoundException


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

  • Constructor Details

    • FileNotFoundException

      public FileNotFoundException()
    • FileNotFoundException

      public FileNotFoundException(String s)