| Article: |
What I Hate About Your Programming Language | |
| Subject: | Java: Catch all exceptions? | |
| Date: | 2003-05-13 15:44:26 | |
| From: | anonymous2 | |
|
Response to: Java: Catch all exceptions?
|
||
|
Sure, it is always about adding a sanity check. I believe that many if not all of the non-runtime checks are brain dead and cannot be ignored without severly breaking your program.
|
||
Showing messages 1 through 1 of 1.
-
Java: Catch all exceptions?
2003-05-13 16:03:56 zipwow [View]



Right, and you'd be darn sure you remember about it too.
Same goes with broken inputs, bad filenames, and pretty much everything else that checked exceptions are used for.
-Zipwow