fb-cpp 0.0.2
A modern C++ wrapper for the Firebird database API
Loading...
Searching...
No Matches
fbcpp::DatabaseException Class Referencefinal

Exception thrown when a Firebird database operation fails. More...

#include <Exception.h>

Inheritance diagram for fbcpp::DatabaseException:
Collaboration diagram for fbcpp::DatabaseException:

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.
 

Detailed Description

Exception thrown when a Firebird database operation fails.

Definition at line 199 of file Exception.h.

Constructor & Destructor Documentation

◆ DatabaseException()

fbcpp::DatabaseException::DatabaseException ( Client client,
const std::intptr_t *  status 
)
inlineexplicit

Constructs a DatabaseException from a Firebird status vector.

Definition at line 207 of file Exception.h.

Member Function Documentation

◆ FbCppException()

fbcpp::FbCppException::FbCppException ( const std::string &  message)
inlineexplicit

Constructs an FbCppException with the specified error message.

Definition at line 190 of file Exception.h.


The documentation for this class was generated from the following files: