#include <DuplicateKey.h>
Public Member Functions | |
DuplicateKey (string m, string t) | |
string | getMessage () const |
Protected Attributes | |
string | message |
string | tableName |
asdm::DuplicateKey::DuplicateKey | ( | string | m, | |
string | t | |||
) | [inline] |
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. |