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.
|
Modifier and Type | Field and Description |
---|---|
private NestableDelegate |
NotImplementedException.delegate
The exception helper to delegate nested exception handling to.
|
Modifier and Type | Field and Description |
---|---|
protected NestableDelegate |
NestableException.delegate
The helper instance which contains much of the code which we
delegate to.
|
protected NestableDelegate |
NestableRuntimeException.delegate
The helper instance which contains much of the code which we
delegate to.
|
protected NestableDelegate |
NestableError.delegate
The helper instance which contains much of the code which we
delegate to.
|