Package dev.dsf.bpe.v2.error
Interface MessageActivityErrorHandler
- All Superinterfaces:
ErrorHandler
- All Known Subinterfaces:
MessageEndEventErrorHandler
,MessageIntermediateThrowEventErrorHandler
,MessageSendTaskErrorHandler
- All Known Implementing Classes:
DefaultMessageEndEventErrorHandler
,DefaultMessageIntermediateThrowEventErrorHandler
,DefaultMessageSendTaskErrorHandler
,ExceptionToErrorBoundaryEventTranslationErrorHandler
-
Method Summary
Modifier and TypeMethodDescriptionhandleException
(ProcessPluginApi api, Variables variables, SendTaskValues sendTaskValues, Exception exception)
-
Method Details
-
handleException
Exception handleException(ProcessPluginApi api, Variables variables, SendTaskValues sendTaskValues, Exception exception) - Parameters:
api
- notnull
variables
- notnull
sendTaskValues
- notnull
exception
- notnull
- Returns:
null
to prevent the process from being stopped
-