Eclipse Platform
2.0

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)
           
 

Method Detail

handleException

public void handleException(Throwable t)

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.