Generate an exception when an expected row cannot be found.
More...
#include <NoSuchRow.h>
|
| NoSuchRow () |
| An empty CTOR. More...
|
|
| NoSuchRow (int rowNumber, std::string tableName) |
| Create an exception when an expected row cannot be found. More...
|
|
| NoSuchRow (std::string key, std::string tableName) |
| Create an exception when an expected row cannot be found. More...
|
|
| NoSuchRow (int N, std::string toTableName, std::string fromTableName) |
| Create an exception when an expected link cannot be found. More...
|
|
| NoSuchRow (std::string key, std::string toTableName, std::string fromTableName) |
| Create an exception when an expected link cannot be found. More...
|
|
| NoSuchRow (std::string toTableName, std::string fromTableName, bool option) |
| Create an exception when an optional link does not exist. More...
|
|
virtual | ~NoSuchRow () |
| The DTOR. More...
|
|
std::string | getMessage () const |
|
Generate an exception when an expected row cannot be found.
Definition at line 38 of file NoSuchRow.h.
asdm::NoSuchRow::NoSuchRow |
( |
| ) |
|
asdm::NoSuchRow::NoSuchRow |
( |
int |
rowNumber, |
|
|
std::string |
tableName |
|
) |
| |
Create an exception when an expected row cannot be found.
- Parameters
-
rowNumber | The row number that cannot be found. |
tableName | The table being searched. |
asdm::NoSuchRow::NoSuchRow |
( |
std::string |
key, |
|
|
std::string |
tableName |
|
) |
| |
Create an exception when an expected row cannot be found.
- Parameters
-
key | The key of the row that cannot be found. |
tableName | The table being searched. |
asdm::NoSuchRow::NoSuchRow |
( |
int |
N, |
|
|
std::string |
toTableName, |
|
|
std::string |
fromTableName |
|
) |
| |
Create an exception when an expected link cannot be found.
- Parameters
-
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 |
( |
std::string |
key, |
|
|
std::string |
toTableName, |
|
|
std::string |
fromTableName |
|
) |
| |
Create an exception when an expected link cannot be found.
- Parameters
-
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 |
( |
std::string |
toTableName, |
|
|
std::string |
fromTableName, |
|
|
bool |
option |
|
) |
| |
Create an exception when an optional link does not exist.
- Parameters
-
toTableName | The table to which the link is directed. |
fromTableName | The table from which the link is directed. |
option | Is not really used. |
virtual asdm::NoSuchRow::~NoSuchRow |
( |
| ) |
|
|
virtual |
std::string asdm::NoSuchRow::getMessage |
( |
| ) |
const |
- Returns
- a text describing the exception.
const std::string asdm::NoSuchRow::ITSNAME |
|
staticprivate |
std::string asdm::NoSuchRow::message |
|
protected |
The documentation for this class was generated from the following file: