|
fb-cpp 0.0.2
A modern C++ wrapper for the Firebird database API
|
Exception thrown when a Firebird database operation fails. More...
#include <Exception.h>


Public Member Functions | |
| DatabaseException (Client &client, const std::intptr_t *status) | |
| Constructs a DatabaseException from a Firebird status vector. | |
| FbCppException (const std::string &message) | |
| Constructs an FbCppException with the specified error message. | |
Public Member Functions inherited from fbcpp::FbCppException | |
| FbCppException (const std::string &message) | |
| Constructs an FbCppException with the specified error message. | |
Exception thrown when a Firebird database operation fails.
Definition at line 199 of file Exception.h.
|
inlineexplicit |
Constructs a DatabaseException from a Firebird status vector.
Definition at line 207 of file Exception.h.
|
inlineexplicit |
Constructs an FbCppException with the specified error message.
Definition at line 190 of file Exception.h.