Class WaitingDialogExceptionHandler

java.lang.Object
com.compomics.util.exceptions.ExceptionHandler
com.compomics.util.exceptions.exception_handlers.WaitingDialogExceptionHandler

public class WaitingDialogExceptionHandler extends ExceptionHandler
Exception handler for processes making use of a waiting dialog.
Author:
Marc Vaudel
  • Constructor Details

    • WaitingDialogExceptionHandler

      public WaitingDialogExceptionHandler()
      Empty default constructor
    • WaitingDialogExceptionHandler

      public WaitingDialogExceptionHandler(WaitingDialog waitingDialog, String toolIssuesPage)
      Constructor.
      Parameters:
      waitingDialog - the waiting handler used to notify the user
      toolIssuesPage - The tool issues page to refer to
    • WaitingDialogExceptionHandler

      public WaitingDialogExceptionHandler(WaitingDialog waitingDialog)
      Constructor.
      Parameters:
      waitingDialog - the waiting handler used to notify the user
  • Method Details