Magentix2
2.1.1
|
Public Member Functions | |
NotCreatorAgentInUnitException (String message) |
This class represents the exception that is launched when agents in unit does not play roles with position creator.
Definition at line 13 of file NotCreatorAgentInUnitException.java.
es.upv.dsic.gti_ia.organization.exception.NotCreatorAgentInUnitException.NotCreatorAgentInUnitException | ( | String | message | ) |
Creates a new NotCreatorAgentInUnitException using the specified message.
message |
Definition at line 33 of file NotCreatorAgentInUnitException.java.
{ super(message); this.content = message; }