public class DisjunctiveErrorTypeMatcher extends Object implements ErrorTypeMatcher
| Constructor and Description |
|---|
DisjunctiveErrorTypeMatcher(List<ErrorTypeMatcher> errorTypeMatchers) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(org.mule.runtime.api.message.ErrorType errorType) |
public DisjunctiveErrorTypeMatcher(List<ErrorTypeMatcher> errorTypeMatchers)
public boolean match(org.mule.runtime.api.message.ErrorType errorType)
match in interface ErrorTypeMatchererrorType - the ErrorType to checktrue if a match is possible, false otherwiseCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.