| Package | Description |
|---|---|
| org.mule.runtime.core.exception |
| Modifier and Type | Method and Description |
|---|---|
ExceptionMapper |
ExceptionMapper.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorTypeLocator.addComponentExceptionMapper(org.mule.runtime.api.component.ComponentIdentifier componentIdentifier,
ExceptionMapper exceptionMapper)
Adds an
ExceptionMapper for a particular component identified by a ComponentIdentifier. |
ErrorTypeLocator.Builder |
ErrorTypeLocator.Builder.addComponentExceptionMapper(org.mule.runtime.api.component.ComponentIdentifier componentIdentifier,
ExceptionMapper exceptionMapper)
Adds an
ExceptionMapper for a particular component identified by the componentIdentifier. |
ErrorTypeLocator.Builder |
ErrorTypeLocator.Builder.defaultExceptionMapper(ExceptionMapper exceptionMapper)
Sets the default exception mapper to use when a component doesn't define a mapping for an exception type.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.