public class ErrorHandlingEnvironment extends Object
| Constructor and Description |
|---|
ErrorHandlingEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
void |
enterErrorHandling() |
ErrorHandlingContext |
getContext() |
void |
handleErrors(ErrorMatcher errorMatcher) |
void |
popContext() |
void |
pushContext(String id) |
void |
pushContext(String id,
EventType argumentEventType) |
void |
throwErrors(Set<org.mule.runtime.api.meta.model.error.ErrorModel> errorModels) |
public void pushContext(String id)
public void popContext()
public ErrorHandlingContext getContext()
public void enterErrorHandling()
public void throwErrors(Set<org.mule.runtime.api.meta.model.error.ErrorModel> errorModels)
public void handleErrors(ErrorMatcher errorMatcher)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.