Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 3
    You should always catch at the level when it is possible to handle the situation resulting in an exception properly... Commented Sep 8, 2013 at 0:04
  • It's not a question of one or the other. You can catch exceptions do some processing and then rethrow them. You should probably come up with some concrete examples of what you're thinking about. Post an example as recommended here: sscce.org Commented Sep 8, 2013 at 0:42