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. |
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 slotobjSignal
- the signal that was fired offobjError
- the error object