public class ExceptionTypeFilter extends PayloadTypeFilter
| Constructor and Description |
|---|
ExceptionTypeFilter() |
ExceptionTypeFilter(Class expectedType) |
ExceptionTypeFilter(String expectedType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(MuleMessage message)
Check a given message against this filter.
|
equals, getExpectedType, hashCode, setExpectedTypepublic ExceptionTypeFilter()
public ExceptionTypeFilter(String expectedType) throws ClassNotFoundException
ClassNotFoundExceptionpublic ExceptionTypeFilter(Class expectedType)
public boolean accept(MuleMessage message)
accept in interface Filteraccept in class PayloadTypeFiltermessage - a non null message to filter.true if the message matches the filterCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.