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