Package modelarium.exceptions
@PublicApi
package modelarium.exceptions
Defines Modelarium-specific failures for model execution, entity lookup, attribute access, coordination,
timeouts, interruption, and missing functional behaviour.
-
Exception ClassesClassDescriptionException for indicating that a requested agent is dead.Exception for indicating that a requested agent could not be found.Exception for indicating that an attribute was accessed in a way that is not permitted.Exception for indicating that the co-ordinator reported an error while handling a request.Exception for indicating that a thread timed out while waiting for a response from the co-ordinator.Exception for indicating that the model's environment could not be retrieved.Exception for indicating that a functional attribute was used without a required logic function.Exception for indicating that a model run failed to complete.Exception for indicating that a simulation thread was interrupted while waiting on another thread.