FileNotFoundException.FileNotFoundException
Class Overview | Class Members |
This Package |
All Packages
public FileNotFoundException()
Description
Constructs a FileNotFoundException with no detail message.
public FileNotFoundException( String s )
Parameters
- s
- the detail message.
Description
Constructs a FileNotFoundException with the
specified detail message.