Design patterns: exception / error handling -


Is there a resource (web or book) in which handling exception handling / error designing patterns?

How to write clean code there are a lot of literature, and there are many books covering design patterns, however, I've never seen any design patterns in which errors are better and most How best can be controlled and how best to show an error at the level of abstraction in a lower-level function.

These patterns and best practices are often bound for a specific platform / language, so they Looking first.

  • A common pattern is resource.

    Check the following link for Java as an example:

  • < / Li>

    Going through such materials will give you a general idea to follow in ways to deal with the exception.

    Also check other questions:



Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

c# - Add Image in a stackpanel based on textbox input -

java - Reaching JTextField in a DocumentListener -