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