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