public class FileNotFoundException extends IOException
Constructor and Description |
---|
FileNotFoundException()
Constructs an empty Exception.
|
FileNotFoundException(java.lang.String path)
Constructs an exception with the given message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFileName()
Returns the file name from the exception's message.
|