
February 15th, 2013, 09:09 AM
|
 |
Java Junkie
|
|
Join Date: Jan 2004
Location: Mobile, Alabama
|
|
|
You cannot create a catch block for an exception for a checked exception unless there is code in the corresponding try block that has the potential to throw that exception.
|