#include <sqldb.h>
Public Member Functions | |
Exception (const std::string &message) | |
Constructor, prepends NAME to message to obtain runtime_error::what(). | |
Static Public Attributes | |
const std::string | NAME |
Name of class, is prepended to each message argument of the constructor. |
Derived from runtime_error, i.e. the only useful member function is Dv::Sql::Exception::what() which returns constant C string describing the error.
Most exceptions thrown are really logical errors (i.e. errors in the application or package source code).
Definition at line 63 of file sqldb.h.
|
Constructor, prepends NAME to message to obtain runtime_error::what().
Definition at line 68 of file sqldb.h. References NAME. |
|
Name of class, is prepended to each message argument of the constructor.
Definition at line 66 of file sqldb.h. Referenced by Exception(). |