public class TestExceptionStrategy extends Object implements FlowExceptionHandler, SystemExceptionHandler
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestExceptionStrategy.ExceptionCallback |
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger
logger used by this class
|
| Constructor and Description |
|---|
TestExceptionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTestProperty() |
void |
handleException(Exception exception) |
CoreEvent |
handleException(Exception exception,
CoreEvent event) |
CoreEvent |
handleException(Exception exception,
CoreEvent event,
RollbackSourceCallback rollbackMethod) |
void |
handleException(Exception exception,
RollbackSourceCallback rollbackMethod) |
protected void |
processUnhandled() |
void |
setExceptionCallback(TestExceptionStrategy.ExceptionCallback exceptionCallback) |
void |
setTestProperty(String testProperty) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, routerpublic String getTestProperty()
public void setTestProperty(String testProperty)
public CoreEvent handleException(Exception exception, CoreEvent event, RollbackSourceCallback rollbackMethod)
public CoreEvent handleException(Exception exception, CoreEvent event)
handleException in interface FlowExceptionHandlerpublic void handleException(Exception exception, RollbackSourceCallback rollbackMethod)
handleException in interface SystemExceptionHandlerpublic void handleException(Exception exception)
handleException in interface SystemExceptionHandlerpublic void setExceptionCallback(TestExceptionStrategy.ExceptionCallback exceptionCallback)
protected void processUnhandled()
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.