An open API service indexing awesome lists of open source software.

https://github.com/ghusta/exceptions-fwk

Exception handling framework with Java
https://github.com/ghusta/exceptions-fwk

Last synced: 4 months ago
JSON representation

Exception handling framework with Java

Awesome Lists containing this project

README

          

exceptions-fwk
==============

Exception handling framework with Java

Introduction
---------------

The main goal of this java library is to simplify the exception handling in Java.

References
------------

* [An Exception Handling Framework for J2EE Applications](http://www.onjava.com/pub/a/onjava/2006/01/11/exception-handling-framework-for-j2ee.html) (onjava.com)
* [Java Exception Handling](http://tutorials.jenkov.com/java-exception-handling/index.html) (Jakob Jenkov)
* [Apache Commons Lang 3](http://commons.apache.org/proper/commons-lang/), classes : [ContextedException](http://commons.apache.org/proper/commons-lang/apidocs/org/apache/commons/lang3/exception/ContextedException.html); [ContextedRuntimeException](http://commons.apache.org/proper/commons-lang/apidocs/org/apache/commons/lang3/exception/ContextedRuntimeException.html); [ExceptionContext](http://commons.apache.org/proper/commons-lang/apidocs/org/apache/commons/lang3/exception/ExceptionContext.html)
* _Exceptions_ chapter, in the book 'Effective Java' (Joshua Bloch)