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