Uses of Package
org.apache.commons.lang.exception
Packages that use org.apache.commons.lang.exception
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.
-
Classes in org.apache.commons.lang.exception used by org.apache.commons.langClassDescriptionAn interface to be implemented by
Throwable
extensions which would like to be able to nest root exceptions inside themselves.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.exceptionClassDescriptionAn interface to be implemented by
Throwable
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 runtime exceptions which can contain other exceptions.