public class AggregatedXmlMessageValidationException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
AggregatedXmlMessageValidationException(java.util.List<java.lang.Throwable> exceptions) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<java.lang.Throwable> |
exceptionIterator()
Returns an Iterator for the aggregated Exceptions.
|