Magentix2
2.1.1
|
Public Member Functions | |
NotCreatorException (String message) |
This class represents the exception that is launched when agents in unit does not play roles with position creator.
Definition at line 13 of file NotCreatorException.java.
Creates a new NotCreatorException using the specified message.
message |
Definition at line 33 of file NotCreatorException.java.
{ super(message); this.content = message; }