|
|
|
|
|
by sonicgear1
1068 days ago
|
|
You should catch any non specific exception in the last catch block, just in case. Thought that was the standard. Java gets very messy in mixing checked and unchecked exceptions, I've seen a lot of devs just ignore the unchecked ones. |
|