-
Interface Summary
| Interface |
Description |
| ThrowableList |
this is to build compound exception: that is exceptions that
may be thrown in a bundle.
|
-
Exception Summary
| Exception |
Description |
| BundledException |
This is to create a Bundle of linked Exception : a code may not stop at the first Exception it catches
but store the Exception in reverse order and then , when finished, throw a Set of Exception.
|
Package org.lsst.ccs.utilities.exc Description
Exceptions may have a cause, but there is also a different need: Exceptions that are "bundled" together.
In an application we may have different exceptions that are fired for different reasons
and are gathered by some code that does not want to throw an Exception until all the
underlying Exceptions have all been caught before reporting.
An example of this can be a compiler: it does not stop and report at the first error but
it just tries to gather as many errors that it can report.
- Author:
- bamade