Class AggregatedXmlMessageValidationException

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

public class AggregatedXmlMessageValidationException extends RuntimeException
The validation exception which aggregate all the XML validation errors.
Since:
2.0
Author:
Oleg Zhurakousky, Artem Bilan
See Also:
  • Constructor Details

    • AggregatedXmlMessageValidationException

      public AggregatedXmlMessageValidationException(List<Throwable> exceptions)
  • Method Details