Eclipse Platform
Release 3.1

org.eclipse.jface.window
Interface Window.IExceptionHandler

Enclosing interface:
Window

public static interface Window.IExceptionHandler

This interface defines a Exception Handler which can be set as a global handler and will be called if an exception happens in the event loop.


Method Summary
 void handleException(Throwable t)
          Handle the exception.
 

Method Detail

handleException

public void handleException(Throwable t)
Handle the exception.

Parameters:
t - The exception that occured.

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.