Skip navigation links

Package org.lsst.ccs.utilities.exc

Exceptions may have a cause, but there is also a different need: Exceptions that are "bundled" together.

See: Description

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
Skip navigation links

Copyright © 2024 LSST. All rights reserved.