...
Code Block | ||
---|---|---|
| ||
try { // Requested file does not exist }catch(IOExceptionFileNotFoundException) { /* ask the user for a different filename */ } |
...
...
Code Block | ||
---|---|---|
| ||
try { // Requested file does not exist }catch(IOExceptionFileNotFoundException) { /* ask the user for a different filename */ } |
...