org.eclipse.cdt.debug.internal.ui.views
Interface IDebugExceptionHandler

All Known Implementing Classes:
DisassemblyView, ModulesView, SignalsView

public interface IDebugExceptionHandler

A plugable exception handler.


Method Summary
 void handleException(org.eclipse.debug.core.DebugException e)
          Handles the given debug exception.
 

Method Detail

handleException

void handleException(org.eclipse.debug.core.DebugException e)
Handles the given debug exception.

Parameters:
e - debug exception