Class WaitingDialogExceptionHandler
java.lang.Object
com.compomics.util.exceptions.ExceptionHandler
com.compomics.util.exceptions.exception_handlers.WaitingDialogExceptionHandler
Exception handler for processes making use of a waiting dialog.
- Author:
- Marc Vaudel
-
Field Summary
Fields inherited from class com.compomics.util.exceptions.ExceptionHandler
exceptionCaught, ignoreExceptions -
Constructor Summary
ConstructorsConstructorDescriptionEmpty default constructorWaitingDialogExceptionHandler(WaitingDialog waitingDialog) Constructor.WaitingDialogExceptionHandler(WaitingDialog waitingDialog, String toolIssuesPage) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidNotifies the user that an exception was caught.Methods inherited from class com.compomics.util.exceptions.ExceptionHandler
catchException, getExceptionType, setIgnoreExceptions
-
Constructor Details
-
WaitingDialogExceptionHandler
public WaitingDialogExceptionHandler()Empty default constructor -
WaitingDialogExceptionHandler
Constructor.- Parameters:
waitingDialog- the waiting handler used to notify the usertoolIssuesPage- The tool issues page to refer to
-
WaitingDialogExceptionHandler
Constructor.- Parameters:
waitingDialog- the waiting handler used to notify the user
-
-
Method Details
-
notifyUser
Description copied from class:ExceptionHandlerNotifies the user that an exception was caught.- Specified by:
notifyUserin classExceptionHandler- Parameters:
e- the exception to catch
-