saker.build Documentation TaskDoc JavaDoc Packages
public class MultiTaskExecutionFailedException extends TaskExecutionException
Exception collecting information about multiple task execution failures.

The task identifier for this exceptions is the identifier that was used to start the root task of the execution.

The related exceptions can be accessed via getTaskExceptions() or Throwable.getSuppressed()

Gets the related exceptions mapped to their task identifiers.
An unmodifiable map of exceptions.