Uses of Class
org.apache.commons.lang.exception.NestableDelegate
Packages that use NestableDelegate
Package
Description
Provides highly reusable static utility methods, chiefly concerned
with adding value to the
java.lang classes.Provides JDK 1.4 style Nested Exception functionality for those on prior Java
versions.
-
Uses of NestableDelegate in org.apache.commons.lang
Fields in org.apache.commons.lang declared as NestableDelegateModifier and TypeFieldDescriptionprivate NestableDelegateNotImplementedException.delegateThe exception helper to delegate nested exception handling to. -
Uses of NestableDelegate in org.apache.commons.lang.exception
Fields in org.apache.commons.lang.exception declared as NestableDelegateModifier and TypeFieldDescriptionprotected NestableDelegateNestableError.delegateThe helper instance which contains much of the code which we delegate to.protected NestableDelegateNestableException.delegateThe helper instance which contains much of the code which we delegate to.protected NestableDelegateNestableRuntimeException.delegateThe helper instance which contains much of the code which we delegate to.