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