Spring Integration

org.springframework.integration.xml
Class AggregatedXmlMessageValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.integration.xml.AggregatedXmlMessageValidationException
All Implemented Interfaces:
java.io.Serializable

public class AggregatedXmlMessageValidationException
extends java.lang.RuntimeException

Since:
2.0
Author:
Oleg Zhurakousky
See Also:
Serialized Form

Constructor Summary
AggregatedXmlMessageValidationException(java.util.List<java.lang.Throwable> exceptions)
           
 
Method Summary
 java.util.Iterator<java.lang.Throwable> exceptionIterator()
          Returns an Iterator for the aggregated Exceptions.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AggregatedXmlMessageValidationException

public AggregatedXmlMessageValidationException(java.util.List<java.lang.Throwable> exceptions)
Method Detail

exceptionIterator

public java.util.Iterator<java.lang.Throwable> exceptionIterator()
Returns an Iterator for the aggregated Exceptions.


Spring Integration