public class CompositeRoutingException
extends org.mule.runtime.api.exception.MuleException
MessagingException used to aggregate exceptions thrown by several routes in the context of a single
MessageRouter Exceptions are correlated to each route through a sequential id| Constructor and Description |
|---|
CompositeRoutingException(org.mule.runtime.api.i18n.I18nMessage message,
Map<Integer,Throwable> exceptions)
Constructs a new
CompositeRoutingException |
CompositeRoutingException(Map<Integer,Throwable> exceptions) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDetailedMessage() |
Throwable |
getExceptionForRouteIndex(Integer index)
Returns the
Exception for the given route index |
Map<Integer,Throwable> |
getExceptions() |
addInfo, appendMessage, appendSummaryMessage, equals, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, initialise, isVerboseExceptions, prependMessage, setExceptionCode, setMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CompositeRoutingException(org.mule.runtime.api.i18n.I18nMessage message,
Map<Integer,Throwable> exceptions)
CompositeRoutingExceptionpublic Throwable getExceptionForRouteIndex(Integer index)
Exception for the given route indexpublic String getDetailedMessage()
getDetailedMessage in class org.mule.runtime.api.exception.MuleExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.