casa
$Rev:20696$
|
Generate an exception when a new row cannot be inserted because it contains a duplicate key. More...
#include <DuplicateKey.h>
Public Member Functions | |
DuplicateKey () | |
An empty CTOR. | |
DuplicateKey (const string &m, const string &t) | |
Create an exception if an error occurs in converting a table to its external representation or in restoring a table from one of its external representations. | |
~DuplicateKey () | |
The DTOR. | |
string | getMessage () const |
DuplicateKey () | |
An empty CTOR. | |
DuplicateKey (const string &m, const string &t) | |
Create an exception if an error occurs in converting a table to its external representation or in restoring a table from one of its external representations. | |
~DuplicateKey () | |
The DTOR. | |
string | getMessage () const |
Protected Attributes | |
string | message |
Static Private Attributes | |
static const string | ITSNAME |
Generate an exception when a new row cannot be inserted because it contains a duplicate key.
Definition at line 39 of file DuplicateKey.h.
An empty CTOR.
asdm::DuplicateKey::DuplicateKey | ( | const string & | m, |
const string & | t | ||
) |
Create an exception if an error occurs in converting a table to its external representation or in restoring a table from one of its external representations.
m | The conversion error. |
t | The table being converted. |
The DTOR.
An empty CTOR.
asdm::DuplicateKey::DuplicateKey | ( | const string & | m, |
const string & | t | ||
) |
Create an exception if an error occurs in converting a table to its external representation or in restoring a table from one of its external representations.
m | The conversion error. |
t | The table being converted. |
The DTOR.
string asdm::DuplicateKey::getMessage | ( | ) | const |
string asdm::DuplicateKey::getMessage | ( | ) | const |
static const string asdm::DuplicateKey::ITSNAME [static, private] |
Definition at line 71 of file DuplicateKey.h.
string asdm::DuplicateKey::message [protected] |
Definition at line 68 of file DuplicateKey.h.