package saker.build.task.exception
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()
public Map< | Gets the related exceptions mapped to their task identifiers. |
From: TaskExecutionException |
From: Throwable |
From: Object |
Gets the related exceptions mapped to their task identifiers.
An unmodifiable map of exceptions.