Klasse FWSimulationErrorEvent

java.lang.Object
net.simplace.sim.event.FWSimulationEvent<Object>
net.simplace.sim.event.FWSimulationErrorEvent

public class FWSimulationErrorEvent extends FWSimulationEvent<Object>
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
  • Konstruktordetails

    • FWSimulationErrorEvent

      public FWSimulationErrorEvent(FWSimModel aModel, Throwable aException)
      Parameter:
      aModel -
      aException -
    • FWSimulationErrorEvent

      public FWSimulationErrorEvent(FWSimProject aProject, Throwable aException)
      Parameter:
      aProject -
      aException -
  • Methodendetails

    • getException

      public Throwable getException()
      Gibt zurück:
      the exception