public class FileNotFoundException
- Object
- Throwable
- Exception
- IOException
- 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)