Class ErrorMapping
java.lang.Object
org.mule.datasense.impl.phases.typing.resolver.errorhandling.ErrorMapping
-
Constructor Summary
ConstructorsConstructorDescriptionErrorMapping(ErrorMatcher errorMatcher, org.mule.runtime.api.meta.model.error.ErrorModel errorModel) -
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<ErrorMapping>org.mule.runtime.api.meta.model.error.ErrorModelbooleanmatches(org.mule.runtime.api.meta.model.error.ErrorModel errorModel)
-
Constructor Details
-
ErrorMapping
public ErrorMapping(ErrorMatcher errorMatcher, org.mule.runtime.api.meta.model.error.ErrorModel errorModel)
-
-
Method Details
-
getErrorModel
public org.mule.runtime.api.meta.model.error.ErrorModel getErrorModel() -
matches
public boolean matches(org.mule.runtime.api.meta.model.error.ErrorModel errorModel) -
create
-