| Package | Description |
|---|---|
| org.mule.runtime.core | |
| org.mule.runtime.core.api | |
| org.mule.runtime.core.api.util | |
| org.mule.runtime.core.exception |
| Modifier and Type | Method and Description |
|---|---|
ErrorTypeRepository |
DefaultMuleContext.getErrorTypeRepository() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleContext.setErrorTypeRepository(ErrorTypeRepository errorTypeRepository) |
| Modifier and Type | Method and Description |
|---|---|
ErrorTypeRepository |
MuleContext.getErrorTypeRepository() |
| Modifier and Type | Method and Description |
|---|---|
static MessagingException |
ExceptionUtils.updateMessagingException(org.slf4j.Logger logger,
Processor processor,
MessagingException exception,
ErrorTypeLocator errorTypeLocator,
ErrorTypeRepository errorTypeRepository,
FlowConstruct flowConstruct,
MuleContext muleContext)
Updates the
MessagingException to be thrown based on the content of the exception parameter and the chain of
causes inside it. |
| Modifier and Type | Method and Description |
|---|---|
static ErrorTypeRepository |
ErrorTypeRepositoryFactory.createDefaultErrorTypeRepository()
Creates the default
ErrorTypeRepository to use in mule. |
| Modifier and Type | Method and Description |
|---|---|
static ErrorTypeLocator.Builder |
ErrorTypeLocator.builder(ErrorTypeRepository errorTypeRepository)
Builder for creating instances of
ErrorTypeLocator. |
static ErrorTypeLocator |
ErrorTypeLocatorFactory.createDefaultErrorTypeLocator(ErrorTypeRepository errorTypeRepository)
Creates the default
ErrorTypeLocator to use in mule. |
| Constructor and Description |
|---|
Builder(ErrorTypeRepository errorTypeRepository)
Creates a builder instance.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.