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
- Host: GitHub
- URL: https://github.com/ghusta/exceptions-fwk
- Owner: ghusta
- Created: 2013-07-29T15:57:02.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-29T16:12:28.000Z (almost 13 years ago)
- Last Synced: 2025-02-24T13:48:41.696Z (over 1 year ago)
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)