| Package | Description |
|---|---|
| org.lsst.ccs.utilities.exc |
Exceptions may have a cause, but there is also a different need: Exceptions that are "bundled" together.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BundledException.setPreviousThrowable(ThrowableList previousThrowable) |
| Constructor and Description |
|---|
BundledException(String s,
ThrowableList previousThrowable) |
BundledException(String s,
Throwable throwable,
ThrowableList previousThrowable) |
BundledException(ThrowableList previousThrowable) |
BundledException(Throwable throwable,
ThrowableList previousThrowable) |
Copyright © 2019 LSST. All rights reserved.