Friday, 30 August 2013

Catching all java.lang.Error for logging purposes and allowing them to work their way up the stack

Catching all java.lang.Error for logging purposes and allowing them to
work their way up the stack

References

Reference NO 1

http://stackoverflow.com/questions/15190164/catching-all-java-lang-error-for-logging-purposes-and-allowing-them-to-work-thei

Reference NO 2

http://stackoverflow.com/questions/581878/why-catch-exceptions-in-java-when-you-can-catch-throwables

Reference NO 3

http://www.forward.com.au/javaProgramming/javaGuiTips/errorRecovery.html

Reference NO 4

http://www.oracle.com/technetwork/articles/java/java7exceptions-486908.html

Reference NO 5

http://johnpwood.net/2008/04/21/java-checked-exceptions-vs-runtime-exceptions/

Reference NO 6

http://chimera.labs.oreilly.com/books/1234000001805/ch04.html

Reference NO 7

https://www.owasp.org/index.php/Error_Handling,_Auditing_and_Logging

Reference NO 8

http://today.java.net/article/2006/04/04/exception-handling-antipatterns

No comments:

Post a Comment