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

Base exception class for all fb-cpp exceptions. More...

#include <Exception.h>

Inheritance diagram for fbcpp::FbCppException:
Collaboration diagram for fbcpp::FbCppException:

Public Member Functions

 FbCppException (const std::string &message)
 Constructs an FbCppException with the specified error message.
 

Detailed Description

Base exception class for all fb-cpp exceptions.

Definition at line 182 of file Exception.h.

Constructor & Destructor 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 file: