Class UIBasedWorkflowExceptionHandler

java.lang.Object
de.uka.ipd.sdq.workflow.WorkflowExceptionHandler
de.uka.ipd.sdq.workflow.ui.UIBasedWorkflowExceptionHandler

public class UIBasedWorkflowExceptionHandler extends WorkflowExceptionHandler
Workflow exception handler which is able to interact with the Eclipse UI.
  • Constructor Details

    • UIBasedWorkflowExceptionHandler

      public UIBasedWorkflowExceptionHandler(boolean shouldThrowException)
      An Eclipse UI based workflow exception handler which interacts with the Eclipse UI in case of failures.
      Parameters:
      shouldThrowException - Set this to true to disable UI interaction and only to throw exceptions if sth. goes wrong. Usefull for unit tests or batch runs
  • Method Details