Package modelarium.exceptions
Class AgentIsDeadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
modelarium.exceptions.AgentIsDeadException
- All Implemented Interfaces:
Serializable
Exception for indicating that a requested agent is dead.
This exception is thrown when a requested agent is dead.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAgentIsDeadException(String message) Constructs a new agent is dead exception with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AgentIsDeadException
Constructs a new agent is dead exception with the specified detail message.- Parameters:
message- the detail message describing which requested agent is dead
-