Is there any resource (web or book) describing exception handling / error handling design patterns?
There is a lot of literature on how to write clean code, and there ar
These patterns and best practices are often bound to a specific platform/language, so they are the first place to look for them.
As an example check the following links for java:
Going through such materials would give you a general idea to follow in exception handling mechanisms.
Also check other SO questions: