#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 |
|
Create an exception when an expected row cannot be found.
|
|
Create an exception when an expected row cannot be found.
|
|
Create an exception when an expected link cannot be found.
|
|
Create an exception when an expected link cannot be found.
|
|
Create an exception when an optional link does not exist.
|