27 #ifndef NoSuchRow_CLASS
28 #define NoSuchRow_CLASS
51 NoSuchRow(
int rowNumber, std::string tableName);
58 NoSuchRow(std::string key, std::string tableName);
66 NoSuchRow(
int N, std::string toTableName, std::string fromTableName);
74 NoSuchRow(std::string key, std::string toTableName, std::string fromTableName);
82 NoSuchRow(std::string toTableName, std::string fromTableName,
bool option);
static const std::string ITSNAME
Generate an exception when an expected row cannot be found.
virtual ~NoSuchRow()
The DTOR.
std::string getMessage() const
NoSuchRow()
An empty CTOR.