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