Package org.apache.commons.lang.exception
package 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, ExceptionUtils
also contains Throwable
manipulation and examination routines.
- Since:
- 1.0
-
ClassDescriptionException thrown when a clone cannot be created.Provides utilities for manipulating and examining
Throwable
objects.An interface to be implemented byThrowable
extensions which would like to be able to nest root exceptions inside themselves.A shared implementation of the nestable exception functionality.The base class of all errors which can contain other exceptions.The base class of all exceptions which can contain other exceptions.The base class of all runtime exceptions which can contain other exceptions.