- All Known Implementing Classes:
- BundledException, BundledRuntimeException
public interface ThrowableList
this is to build compound exception: that is exceptions that
may be thrown in a bundle.
The list of exception is in reverse order.
All classes implementing this interface MUST extends Throwable or one
of it subClasses
(since there are no programming device to enforce this in Java this is not enforced automatically)
- Author:
- bamade