WebFramework v3.0.12
Web framework for C++.
Loading...
Searching...
No Matches
framework::exceptions::SQLite3Exception Class Reference

Class for SQLite3 exceptions. More...

#include <SQLite3Exception.h>

Inheritance diagram for framework::exceptions::SQLite3Exception:
framework::exceptions::DatabaseException framework::exceptions::BaseWebFrameworkException

Public Member Functions

 SQLite3Exception (std::string_view errorMessage, std::string_view query="")
 
- Public Member Functions inherited from framework::exceptions::DatabaseException
 DatabaseException (std::string_view errorMessage)
 
- Public Member Functions inherited from framework::exceptions::BaseWebFrameworkException
 BaseWebFrameworkException (std::string_view errorMessage)
 

Detailed Description

Class for SQLite3 exceptions.

Definition at line 10 of file SQLite3Exception.h.

Constructor & Destructor Documentation

◆ SQLite3Exception()

framework::exceptions::SQLite3Exception::SQLite3Exception ( std::string_view errorMessage,
std::string_view query = "" )

Definition at line 9 of file SQLite3Exception.cpp.


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