Package | Description |
---|---|
org.apache.commons.lang |
Provides highly reusable static utility methods, chiefly concerned
with adding value to the
java.lang classes. |
org.apache.commons.lang.exception |
Provides JDK 1.4 style Nested Exception functionality for those on prior Java
versions.
|
Class and Description |
---|
Nestable
An interface to be implemented by
Throwable
extensions which would like to be able to nest root exceptions
inside themselves. |
NestableRuntimeException
The base class of all runtime exceptions which can contain other
exceptions.
|
Class and Description |
---|
Nestable
An interface to be implemented by
Throwable
extensions which would like to be able to nest root exceptions
inside themselves. |
NestableDelegate
A shared implementation of the nestable exception functionality.
|
NestableRuntimeException
The base class of all runtime exceptions which can contain other
exceptions.
|
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.