Prof. Ismael H. F. Santos
-ismael@tecgraf.puc-rio.br2
Best
Practices Unsing Exceptions (cont.)
5.Log exceptions just once
nLogging 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.