Magentix2
2.1.1
|
Public Member Functions | |
DeletingTableException (String message) |
This class represents the exception that is launched when occurs an error trying to delete a value from a table.
Definition at line 13 of file DeletingTableException.java.
es.upv.dsic.gti_ia.organization.exception.DeletingTableException.DeletingTableException | ( | String | message | ) |
Creates a new DeletingTableException using the specified message.
message |
Definition at line 33 of file DeletingTableException.java.
{ super(message); this.content = message; }