#include <NoSuchRow.h>
Public Member Functions | |
NoSuchRow (int rowNumber, string tableName) | |
NoSuchRow (string key, string tableName) | |
NoSuchRow (int N, string toTableName, string fromTableName) | |
NoSuchRow (string key, string toTableName, string fromTableName) | |
NoSuchRow (string toTableName, string fromTableName, bool option) | |
string | getMessage () const |
Protected Attributes | |
string | message |
asdm::NoSuchRow::NoSuchRow | ( | int | rowNumber, | |
string | tableName | |||
) | [inline] |
Create an exception when an expected row cannot be found.
rowNumber | The row number that cannot be found. | |
tableName | The table being searched. |
asdm::NoSuchRow::NoSuchRow | ( | string | key, | |
string | tableName | |||
) | [inline] |
Create an exception when an expected row cannot be found.
key | The key of the row that cannot be found. | |
tableName | The table being searched. |
asdm::NoSuchRow::NoSuchRow | ( | int | N, | |
string | toTableName, | |||
string | fromTableName | |||
) | [inline] |
Create an exception when an expected link cannot be found.
N | The link number that cannot be found. | |
toTableName | The table to which the link is directed. | |
fromTableName | The table from which the link is directed. |
asdm::NoSuchRow::NoSuchRow | ( | string | key, | |
string | toTableName, | |||
string | fromTableName | |||
) | [inline] |
Create an exception when an expected link cannot be found.
key | The key of the link that cannot be found. | |
toTableName | The table to which the link is directed. | |
fromTableName | The table from which the link is directed. |
asdm::NoSuchRow::NoSuchRow | ( | string | toTableName, | |
string | fromTableName, | |||
bool | option | |||
) | [inline] |
Create an exception when an optional link does not exist.
toTableName | The table to which the link is directed. | |
fromTableName | The table from which the link is directed. | |
option | Is not really used. |