|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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)
| Method Summary | |
|---|---|
Throwable |
current()
|
Throwable |
previous()
|
| Method Detail |
|---|
Throwable previous()
Throwable current()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||