◆ AggregateException() [1/2]
fiftyone.pipeline.exceptions.AggregateException.AggregateException | ( | String | message, |
Collection< Throwable > | causes | ||
) |
Construct a new instance.
- Parameters
-
- message - the message to give to the exception
- causes - multiple causes to be contained in the exception
◆ AggregateException() [2/2]
fiftyone.pipeline.exceptions.AggregateException.AggregateException ( Collection< Throwable > causes ) Construct a new instance with no message.
- Parameters
-
- causes - multiple causes to be contained in the exception