Package org.eclipse.ui.internal
Class ExceptionHandler
java.lang.Object
org.eclipse.ui.internal.ExceptionHandler
- All Implemented Interfaces:
Window.IExceptionHandler
This handler will pass along to the workbench advisor exceptions and errors
thrown while running the event loop. However, the
ThreadDeath
error is simply thrown again, and is not passed along.-
Method Summary
Modifier and TypeMethodDescriptionstatic ExceptionHandler
Returns the singleton exception handler.void
Handle the exception.
-
Method Details
-
getInstance
Returns the singleton exception handler.- Returns:
- the singleton exception handler
-
handleException
Description copied from interface:Window.IExceptionHandler
Handle the exception.- Specified by:
handleException
in interfaceWindow.IExceptionHandler
- Parameters:
t
- The exception that occurred.
-