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