Tag Archive
The following is a list of all entries tagged with exception handling:
An Approach to Exception Handling
Filed in Technical, 5th October, 2008, 18:42 CET[In response to this post, also posted here, asking about guidelines different developers have come up with.... I actually started a response on the site, then realized I was typing an entire essay into a little comment box.] Guideline #1: Never discard exception information. You might either wrap the exception and throw the wrapper, or [...]