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