Uses of Package
org.apache.commons.lang.exception

Packages that use org.apache.commons.lang.exception
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. 
 

Classes in org.apache.commons.lang.exception used by org.apache.commons.lang
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.
 

Classes in org.apache.commons.lang.exception used by org.apache.commons.lang.exception
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-2011 The Apache Software Foundation. All Rights Reserved.