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