Link Details

Link 107677 thumbnail
User 281687 avatar

By paul_houle
via gen5.info
Published: Aug 27 2008 / 12:57

An effective strategy for handling exceptions is to catch them at the boundary of a coarsely-grained "unit of work". Once you've caught an exception, you need to repair application state, notify affected people and ultimately abort the program, retry the operation, or ignore the error. This article provides guidelines for making that decision.
  • 50
  • 0
  • 2584
  • 846

Comments

Add your comment
User 225162 avatar

herval replied ago:

0 votes Vote down Vote up Reply

that's a good question.. :-)

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.