public class SingleErrorTypeMatcher extends Object implements ErrorTypeMatcher
| Constructor and Description |
|---|
SingleErrorTypeMatcher(org.mule.runtime.api.message.ErrorType errorType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(org.mule.runtime.api.message.ErrorType errorType) |
public SingleErrorTypeMatcher(org.mule.runtime.api.message.ErrorType errorType)
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.