public class WaitingDialogExceptionHandler extends ExceptionHandler
exceptionCaught, ignoreExceptions| Constructor and Description |
|---|
WaitingDialogExceptionHandler(WaitingDialog waitingDialog)
Constructor.
|
WaitingDialogExceptionHandler(WaitingDialog waitingDialog,
String toolIssuesPage)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
notifyUser(Exception e)
Notifies the user that an exception was caught.
|
catchException, getExceptionType, setIgnoreExceptionspublic WaitingDialogExceptionHandler(WaitingDialog waitingDialog, String toolIssuesPage)
waitingDialog - the waiting handler used to notify the usertoolIssuesPage - The tool issues page to refer topublic WaitingDialogExceptionHandler(WaitingDialog waitingDialog)
waitingDialog - the waiting handler used to notify the userprotected void notifyUser(Exception e)
ExceptionHandlernotifyUser in class ExceptionHandlere - the exception to catchCopyright © 2016. All rights reserved.