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