|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ThrowableList | |
|---|---|
| org.lsst.ccs.utilities.exc | |
| Uses of ThrowableList in org.lsst.ccs.utilities.exc |
|---|
| Classes in org.lsst.ccs.utilities.exc that implement ThrowableList | |
|---|---|
class |
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. |
class |
BundledRuntimeException
|
| Constructors in org.lsst.ccs.utilities.exc with parameters of type ThrowableList | |
|---|---|
BundledException(String s,
ThrowableList previousThrowable)
|
|
BundledException(String s,
Throwable throwable,
ThrowableList previousThrowable)
|
|
BundledException(ThrowableList previousThrowable)
|
|
BundledException(Throwable throwable,
ThrowableList previousThrowable)
|
|
BundledRuntimeException(String s,
ThrowableList previousThrowable)
|
|
BundledRuntimeException(String s,
Throwable throwable,
ThrowableList previousThrowable)
|
|
BundledRuntimeException(ThrowableList previousThrowable)
|
|
BundledRuntimeException(Throwable throwable,
ThrowableList previousThrowable)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||