public class AggregatedXmlMessageValidationException extends RuntimeException
| Constructor and Description |
|---|
AggregatedXmlMessageValidationException(List<Throwable> exceptions) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Throwable> |
exceptionIterator()
Deprecated.
in favor of #getExceptions
|
List<Throwable> |
getExceptions() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getMessage()
getMessage in class Throwable@Deprecated public Iterator<Throwable> exceptionIterator()