Example usage for org.eclipse.jface.window Window.IExceptionHandler interface-usage

List of usage examples for org.eclipse.jface.window Window.IExceptionHandler interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.window Window.IExceptionHandler interface-usage.

Usage

From source file com.application.areca.launcher.gui.Application.java

/**
 * <BR>
 * 
 * @author Olivier PETRUCCI <BR>
 *         
 *

From source file com.toubassi.filebunker.ui.FileBunker.java

/**
 * @author garrick
 */
public class FileBunker extends ApplicationWindow
        implements Window.IExceptionHandler, XMLSerializable, PasswordDialog.Authenticator, NotificationListener {
    private File configDirectory;

From source file org.eclipse.ui.internal.ExceptionHandler.java

/**
 * This handler will pass along to the workbench advisor exceptions
 * and errors thrown while running the event loop. However, the
 * <code>ThreadDeath</code> error is simply thrown again, and is not 
 * passed along.
 */