public final class CompositeException
extends java.lang.RuntimeException
The getMessage() will return a concatenation of the composite exceptions.
| Constructor and Description |
|---|
CompositeException(java.util.Collection<java.lang.Throwable> errors) |
CompositeException(java.lang.String messagePrefix,
java.util.Collection<java.lang.Throwable> errors) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause() |
java.util.List<java.lang.Throwable> |
getExceptions() |
java.lang.String |
getMessage() |