Julho 06
Prof(s). Eduardo Bezerra & Ismael H. F. Santos
2
Best Practices Unsing Exceptions (cont.)
5.
Log exceptions just once
n
Logging the same exception stack trace more than once
can confuse the programmer examining the stack trace
about the original source of exception. So just log it once.