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
- Since:
- 2.0
- Author:
- Oleg Zhurakousky, Artem Bilan
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AggregatedXmlMessageValidationException(List<Throwable> exceptions)
-
Method Summary
Modifier and Type Method Description List<Throwable>
getExceptions()
String
getMessage()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getExceptions
-