java.io
public class FileNotFoundException extends IOException
UNKNOWN: updated to 1.4
| Constructor Summary | |
|---|---|
| FileNotFoundException()
Create an exception without a descriptive error message. | |
| FileNotFoundException(String message)
Create an exception with a descriptive error message.
| |
Parameters: message the descriptive error message