Class SimuException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
madkit.simulation.SimuException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionSimuException(String message, Throwable cause) Instantiates a new simu exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SimuException
-