Archive for

Categoriesanalysis (3) | papers (12) | design (8) | java (3) | lean (2) | news (1) | uncategorized (3) | uml (5)

Exceptions best practices

In this article I discuss some of the exceptions best practices. I’m focusing on exception handling only, on how to avoid a situation where a system fails without clues of what happened or where the code is tangled with ugly exceptions handling without any reason.

I won’t talk about the finally clause, which is covered extensively out there.

Causes of


Read more

No comments