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()
Deprecated.
in favor of #getExceptions
|
java.util.List<java.lang.Throwable> |
getExceptions() |
java.lang.String |
getMessage() |
public AggregatedXmlMessageValidationException(java.util.List<java.lang.Throwable> exceptions)
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
@Deprecated public java.util.Iterator<java.lang.Throwable> exceptionIterator()
public java.util.List<java.lang.Throwable> getExceptions()