Magentix2
2.1.1
|
Public Member Functions | |
InvalidParametersException (String message) |
This class represents the exception that is launched when parameter is not valid.
Definition at line 12 of file InvalidParametersException.java.
es.upv.dsic.gti_ia.organization.exception.InvalidParametersException.InvalidParametersException | ( | String | message | ) |
Creates a new AgentNotExistsException using the specified message.
message |
Definition at line 32 of file InvalidParametersException.java.
{ super(message); this.content = message; }