Interface ExceptionErrorHandler

All Superinterfaces:
ErrorHandler
All Known Subinterfaces:
ExecutionListenerErrorHandler, ServiceTaskErrorHandler, UserTaskListenerErrorHandler
All Known Implementing Classes:
AbstractErrorHandler, AbstractMessageActivityErrorHandler, DefaultExecutionListenerErrorHandler, DefaultMessageEndEventErrorHandler, DefaultMessageIntermediateThrowEventErrorHandler, DefaultMessageSendTaskErrorHandler, DefaultServiceTaskErrorHandler, DefaultUserTaskListenerErrorHandler, ExceptionToErrorBoundaryEventTranslationErrorHandler

public interface ExceptionErrorHandler extends ErrorHandler
  • Method Details

    • handleException

      Exception handleException(ProcessPluginApi api, Variables variables, Exception exception)
      Parameters:
      api - not null
      variables - not null
      exception - not null
      Returns:
      null to prevent the process from being stopped