Class AbstractMessageActivityErrorHandler
java.lang.Object
dev.dsf.bpe.v2.error.impl.AbstractErrorHandler
dev.dsf.bpe.v2.error.impl.AbstractMessageActivityErrorHandler
- All Implemented Interfaces:
ErrorBoundaryEventErrorHandler, ErrorHandler, ExceptionErrorHandler
- Direct Known Subclasses:
DefaultMessageEndEventErrorHandler, DefaultMessageIntermediateThrowEventErrorHandler, DefaultMessageSendTaskErrorHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringcreateErrorMessage(ProcessPluginApi api, Variables variables, Exception exception, SendTaskValues sendTaskValues, Function<Exception, String> getExceptionMessage) protected StringgetExceptionMessage(Exception exception)
-
Constructor Details
-
AbstractMessageActivityErrorHandler
public AbstractMessageActivityErrorHandler()
-
-
Method Details
-
createErrorMessage
protected String createErrorMessage(ProcessPluginApi api, Variables variables, Exception exception, SendTaskValues sendTaskValues, Function<Exception, String> getExceptionMessage) -
getExceptionMessage
-