Uses of Interface
org.apache.commons.lang.exception.Nestable

Packages that use Nestable
org.apache.commons.lang Provides highly reusable static utility methods, chiefly concerned with adding value to java.lang and other standard core classes. 
org.apache.commons.lang.exception Provides JDK 1.4 style Nested Exception functionality for those on prior Java versions. 
 

Uses of Nestable in org.apache.commons.lang
 

Classes in org.apache.commons.lang that implement Nestable
 interface NotImplementedException
          Thrown to indicate that a block of code has not been implemented.
 interface SerializationException
          Exception thrown when the Serialization process fails.
 interface UnhandledException
          Thrown when it is impossible or undesirable to consume or throw a checked exception.
 

Uses of Nestable in org.apache.commons.lang.exception
 

Classes in org.apache.commons.lang.exception that implement Nestable
 interface NestableError
          The base class of all errors which can contain other exceptions.
 interface NestableException
          The base class of all exceptions which can contain other exceptions.
 interface NestableRuntimeException
          The base class of all runtime exceptions which can contain other exceptions.
 

Constructors in org.apache.commons.lang.exception with parameters of type Nestable
NestableDelegate.NestableDelegate(Nestable nestable)
          Constructs a new NestableDelegate instance to manage the specified Nestable.
 



Copyright © 2001-2005 - Apache Software Foundation