Class SimuException

All Implemented Interfaces:
Serializable

public class SimuException 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
See Also:
  • Constructor Details

    • SimuException

      public SimuException(String message, Throwable cause)
      Instantiates a new simu exception.
      Parameters:
      message - the message
      cause - the cause