Class SimulationException

All Implemented Interfaces:
Serializable

public class SimulationException extends RuntimeException
This unchecked exception could be used by activators and probes to indicate and propagate the exception thrown by an agent during the use of an Activator or Probe. Doing so, this exception will interrupt the life cycle of the related Scheduler or Watcher if not caught before, so displaying the corresponding stack trace.
Since:
MaDKit 5.0.0.15
Version:
0.9
Author:
Fabien Michel
See Also:
  • Constructor Details

    • SimulationException

      public SimulationException(String message, Throwable cause)