Package org.apache.commons.lang.exception

Interface Summary
Nestable An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
 

Class Summary
NestableDelegate  
 

Exception Summary
NestableException The base class of all exceptions which can contain other exceptions.
NestableRuntimeException The base class of all runtime exceptions which can contain other exceptions.
 



Copyright (c) 2001-2002 - Apache Software Foundation