Class FailAtCompletionErrorHandler

java.lang.Object
io.quarkus.bootstrap.resolver.maven.FailAtCompletionErrorHandler
All Implemented Interfaces:
ModelResolutionTaskErrorHandler
Direct Known Subclasses:
RetryLockAcquisitionErrorHandler

public class FailAtCompletionErrorHandler extends Object implements ModelResolutionTaskErrorHandler
Error handler that collects all the task execution errors and throws a single one reporting all the captured failures once all the tasks have finished.