Sea 0.4.0

gov.lbl.dsd.sea
Interface ExceptionHandler


public interface ExceptionHandler

Callback invoked if a RuntimeException is raised within EventHandler.handle(Object) of the given source stage.

Version:
$Revision: 1.1 $, $Date: 2004/07/22 01:31:04 $

Method Summary
 void onException(RuntimeException cause, Object causingEvent, Stage source)
          Called if a RuntimeException is raised within EventHandler.handle(Object) of the given source stage.
 

Method Detail

onException

public void onException(RuntimeException cause,
                        Object causingEvent,
                        Stage source)
Called if a RuntimeException is raised within EventHandler.handle(Object) of the given source stage.

Parameters:
cause - the causing exception
causingEvent - the event that caused the exception.
source - the stage that could not properly handle the causing event.

Sea 0.4.0