Uses of Package
org.apache.commons.lang.exception
-
Packages that use org.apache.commons.lang.exception Package Description org.apache.commons.lang Provides highly reusable static utility methods, chiefly concerned with adding value to thejava.langclasses.org.apache.commons.lang.exception Provides JDK 1.4 style Nested Exception functionality for those on prior Java versions. -
Classes in org.apache.commons.lang.exception used by org.apache.commons.lang Class Description Nestable An interface to be implemented byThrowableextensions 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. -
Classes in org.apache.commons.lang.exception used by org.apache.commons.lang.exception Class Description Nestable An interface to be implemented byThrowableextensions 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.