Magentix2
2.1.1
|
Public Member Functions | |
UnitExistsException (String message) |
This class represents the exception that is launched when the unit is already registered.
Definition at line 13 of file UnitExistsException.java.
Creates a new UnitExistsException using the specified message.
message |
Definition at line 33 of file UnitExistsException.java.
{ super(message); this.content = message; }