#include <Exceptions.h>
Inherits std::runtime_error.
Public Member Functions | |
| RowNotFoundException (const std::string &arg) | |
| Construct a new RowNotFoundException with the specified message. | |
Definition at line 47 of file Exceptions.h.
| RowNotFoundException::RowNotFoundException | ( | const std::string & | arg | ) | [inline] |
Construct a new RowNotFoundException with the specified message.
Definition at line 51 of file Exceptions.h.
1.5.3