public final class ExceptionEnricherManager extends Object
ExtensionModel and another EnrichableModel, this class will
test for a ExceptionEnricherModelProperty to determine the ExceptionEnricher
which should be use. If no such property is available then a default NullExceptionEnricher
is used.
It also contains all the logic for operations and sources Throwable process and handling.
| Constructor and Description |
|---|
ExceptionEnricherManager(org.mule.runtime.api.meta.model.ExtensionModel extensionModel,
org.mule.runtime.api.meta.model.ComponentModel componentModel,
ErrorTypeRepository typeRepository) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
handleException(Throwable e) |
Exception |
processException(Throwable t) |
public ExceptionEnricherManager(org.mule.runtime.api.meta.model.ExtensionModel extensionModel,
org.mule.runtime.api.meta.model.ComponentModel componentModel,
ErrorTypeRepository typeRepository)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.