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