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.
Throwable
Make sure this exception code does not depend on Java 1.4 nested exceptions.
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 .