#include <UniquenessViolationException.h>
Public Member Functions | |
UniquenessViolationException (string t) | |
string | getMessage () const |
Protected Attributes | |
string | message |
asdm::UniquenessViolationException::UniquenessViolationException | ( | string | t | ) | [inline] |
Create an exception exception occuring when one tries to add a row in table whose all mandatory attributes values except the autoincrementable one are already met in an existing row of the table.
t | string. Name the table where the exception occurred. |