Class ErrorHandlingEnvironment
java.lang.Object
org.mule.datasense.impl.phases.typing.resolver.errorhandling.ErrorHandlingEnvironment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidhandleErrors(ErrorMatcher errorMatcher) voidvoidpushContext(String id) voidpushContext(String id, EventType argumentEventType) voidthrowErrors(Set<org.mule.runtime.api.meta.model.error.ErrorModel> errorModels)
-
Constructor Details
-
ErrorHandlingEnvironment
public ErrorHandlingEnvironment()
-
-
Method Details
-
pushContext
-
pushContext
-
popContext
public void popContext() -
getContext
-
enterErrorHandling
public void enterErrorHandling() -
throwErrors
-
handleErrors
-