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 ExceptionHandlerReturns the singleton exception handler.voidHandle the exception.
-
Method Details
-
getInstance
Returns the singleton exception handler.- Returns:
- the singleton exception handler
-
handleException
Description copied from interface:Window.IExceptionHandlerHandle the exception.- Specified by:
handleExceptionin interfaceWindow.IExceptionHandler- Parameters:
t- The exception that occurred.
-