Package net.simplace.sim.event
Klasse FWSimulationErrorEvent
Model event is created for exceptional cases.
Within the
FWSimulationListener implementation all data available in the model can be accessed and
modified.
FWSimulationErrorEvent extends this class and contains additional exception information.- Autor:
- Andreas Enders
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungFWSimulationErrorEvent(FWSimProject aProject, Throwable aException) FWSimulationErrorEvent(FWSimModel aModel, Throwable aException) -
Methodenübersicht
Von Klasse geerbte Methoden net.simplace.sim.event.FWSimulationEvent
getControlCache, getModel, getPercentage, getProject, isIterationEvent, isProjectEvent, isSimulationEvent
-
Konstruktordetails
-
FWSimulationErrorEvent
- Parameter:
aModel-aException-
-
FWSimulationErrorEvent
- Parameter:
aProject-aException-
-
-
Methodendetails
-
getException
- Gibt zurück:
- the exception
-