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