Exception class for the simple database.
More...
#include <DBase.hh>
|
| | DBErr (std::string s="") |
| |
| | Err () |
| | default constructor, initializes the message to nothing
|
| |
| | Err (std::string s) |
| | provide a message to the error class
|
| |
| virtual | ~Err () throw () |
| | override default std::exception::~exception
|
| |
| virtual std::string | repr () const |
| | report the error string
|
| |
|
| std::string | msg |
| | direct access to the error string
|
| |
Exception class for the simple database.
| DBase::DBErr::DBErr |
( |
std::string |
s = "" | ) |
|
|
inline |
The documentation for this class was generated from the following file: