public class AggregateRuntimeException
extends java.lang.RuntimeException
RuntimeException that carries several underlying exceptions rather than a single
cause - for example the complete set of problems found when reviewing a malformed structure,
where surfacing only the first would lose information.| Constructor and Description |
|---|
AggregateRuntimeException(java.lang.String message,
java.util.List exceptions)
Base constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getExceptions()
Return the exceptions that make up this aggregate.
|