objectivehtml.oms
Interface ErrorHandler


public interface ErrorHandler

This interface should be implemented by objects that wish to handle errors thrown by slot methods.


Method Summary
 void handleError(SlotId objSlotId, Signal objSignal, java.lang.Throwable objError)
          This method is called by OMS when a slot method throws an exception and this object has been set as the error handler for that slot.
 

Method Detail

handleError

public void handleError(SlotId objSlotId,
                        Signal objSignal,
                        java.lang.Throwable objError)
This method is called by OMS when a slot method throws an exception and this object has been set as the error handler for that slot.
Parameters:
objSlotId - the slot id of the failed slot
objSignal - the signal that was fired off
objError - the error object