org.apache.commons.lang.exception

Java Source Code / Java Documentation
1. JDK Core
2. JDK Modules
3. JDK Modules com.sun
4. JDK Modules com.sun.java
5. JDK Modules Platform
6. JDK Modules sun
7. Open Source Build
8. Open Source Graphic Library
9. Open Source IDE Eclipse
10. Open Source J2EE
11. Open Source JDBC Driver
12. Open Source Library
13. Open Source Library Database
14. Open Source Net
15. Open Source Script
16. Science
17. Security
18. Sevlet Container
19. SUN GlassFish
20. Swing Library
21. Web Services apache cxf 2.0.1
22. Web Services AXIS2
23. XML
Microsoft Office Word 2007 Tutorial
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Java Source Code / Java Documentation » Open Source Library » Apache common lang » org.apache.commons.lang.exception 
org.apache.commons.lang.exception
Provides JDK 1.4 style Nested Exception functionality for those on prior Java versions.

Includes a static utility to create version independent Nested Exception which can handle JDK 1.4 Exceptions as well as others.

Lastly, {@link org.apache.commons.lang.exception.ExceptionUtils} also contains Throwable manipulation and examination routines.

@since 1.0
Java Source File NameTypeComment
AbstractNestableTestCase.javaClass Tests implementations of the org.apache.commons.lang.exception.Nestable interface.
ExceptionTestSuite.javaClass Test manager for the org.apache.commons.lang.exception classes.
ExceptionUtils.javaClass
ExceptionUtilsTestCase.javaClass Tests org.apache.commons.lang.exception.ExceptionUtils .

Notes

Make sure this exception code does not depend on Java 1.4 nested exceptions.

Nestable.javaInterface An interface to be implemented by java.lang.Throwable extensions which would like to be able to nest root exceptions inside themselves.
NestableDelegate.javaClass

A shared implementation of the nestable exception functionality.

The code is shared between org.apache.commons.lang.exception.NestableError NestableError , org.apache.commons.lang.exception.NestableException NestableException and org.apache.commons.lang.exception.NestableRuntimeException NestableRuntimeException .


author:
   Rafal Krzewski
author:
   Daniel Rall
author:
   Kasper Nielsen
author:
   Steven Caswell
author:
   Sean C.
NestableDelegateTestCase.javaClass Tests the org.apache.commons.lang.exception.NestableDelegate class.
NestableError.javaClass The base class of all errors which can contain other exceptions.
NestableErrorTestCase.javaClass Tests the org.apache.commons.lang.exception.NestableError class.
NestableException.javaClass The base class of all exceptions which can contain other exceptions. It is intended to ease the debugging by carrying on the information about the exception which was caught and provoked throwing the current exception.
NestableExceptionTestCase.javaClass Tests the org.apache.commons.lang.exception.NestableException class.
NestableRuntimeException.javaClass The base class of all runtime exceptions which can contain other exceptions.
NestableRuntimeExceptionTestCase.javaClass Tests the org.apache.commons.lang.exception.NestableRuntimeException class.
w_w___w_._j__a_v___a___2__s__.c__o_m___ | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.