Class TestPassThroughRollbackErrorHandler
java.lang.Object
org.broadleafcommerce.core.workflow.state.test.TestPassThroughRollbackErrorHandler
- All Implemented Interfaces:
ErrorHandler,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
Add an ErrorHandler that does nothing and does not stop the workflow
- Author:
- Jeff Fischer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleError(ProcessContext context, Throwable th) voidsetBeanName(String name)
-
Constructor Details
-
TestPassThroughRollbackErrorHandler
public TestPassThroughRollbackErrorHandler()
-
-
Method Details
-
handleError
- Specified by:
handleErrorin interfaceErrorHandler- Throws:
WorkflowException
-
setBeanName
- Specified by:
setBeanNamein interfaceorg.springframework.beans.factory.BeanNameAware
-