Generate an exception when a new row cannot be inserted because it contains a duplicate key.
More...
#include <DuplicateKey.h>
Generate an exception when a new row cannot be inserted because it contains a duplicate key.
Definition at line 38 of file DuplicateKey.h.
asdm::DuplicateKey::DuplicateKey |
( |
| ) |
|
asdm::DuplicateKey::DuplicateKey |
( |
const std::string & |
m, |
|
|
const std::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.
- Parameters
-
m | The conversion error. |
t | The table being converted. |
asdm::DuplicateKey::~DuplicateKey |
( |
| ) |
|
std::string asdm::DuplicateKey::getMessage |
( |
| ) |
const |
- Returns
- a text describing the exception.
const std::string asdm::DuplicateKey::ITSNAME |
|
staticprivate |
std::string asdm::DuplicateKey::message |
|
protected |
The documentation for this class was generated from the following file: