Class 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.
Author:
Andreas Enders
  • Constructor Details

    • FWSimulationErrorEvent

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

      public FWSimulationErrorEvent(FWSimProject aProject, Throwable aException)
      Parameters:
      aProject -
      aException -
  • Method Details

    • getException

      public Throwable getException()
      Returns:
      the exception