AggregateMetaborgException

public class AggregateMetaborgException extends MetaborgException

Constructors

AggregateMetaborgException

public AggregateMetaborgException(Iterable<MetaborgException> causes)

Methods

getCauses

public Iterable<MetaborgException> getCauses()

getMessage

public String getMessage()

throwIfAny

public static void throwIfAny(Iterable<MetaborgException> exceptions)