NestedException defines a special Exception class that permits exceptions to wrap other exceptions. Much of the functionality of this class has been subsumed by the "chained exception" handling introduced in JDK 1.4. However, this class is retained for two reasons:
While NestedException can be used directly, it is most useful as a base class for other exceptions classes.
@version $Revision$ @author Copyright © 2004-2007 Brian M. Clapper
|
|