controller
Interface ISimulationExceptionAdapter


public interface ISimulationExceptionAdapter

Adapter to connect the model to the view's exception handler.

Author:
Mathias Ricken

Method Summary
 void handleException(java.lang.Throwable t)
          Handle an exception that was caught during the simulation.
 

Method Detail

handleException

void handleException(java.lang.Throwable t)
Handle an exception that was caught during the simulation.

Parameters:
t - caught exception