public class FileNotFoundException

  1. Object
  2. Throwable
  3. Exception
  4. IOException
  5. FileNotFoundException

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

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

Constructors

public FileNotFoundException()
public FileNotFoundException(String s)

Inherited methods

Constructor details

FileNotFoundException

public FileNotFoundException()

FileNotFoundException

public FileNotFoundException(String s)