I like the beauty and simplicity of completely empty catch blocks.  >;-
>  OK, some developers, to comply with corporate documentation
standards, put comments there.   >;->


(Reality is that I'll usually wrap checked exceptions in
RuntimeExceptions at a low level, and then catch Exception at the top
level -- to log it and abort or retry the transaction or user action.
There's a lot of really bad code out there that misuses exceptions and
does exception handling cleanup wrong.  It's a problem!!)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to javaposse@googlegroups.com
To unsubscribe from this group, send email to 
javaposse+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to