StormByte C++ Library: Database module 0.0.9999
StormByte-Database is a StormByte library module for handling database connections
Loading...
Searching...
No Matches
Public Member Functions | List of all members
StormByte::Database::SQLite::Exception Class Reference

Exception base class for SQLite. More...

#include <exception.hxx>

Inheritance diagram for StormByte::Database::SQLite::Exception:
Inheritance graph
[legend]
Collaboration diagram for StormByte::Database::SQLite::Exception:
Collaboration graph
[legend]

Public Member Functions

 Exception (const std::string &message)
 
 Exception (const Exception &)=default
 
 Exception (Exception &&) noexcept=default
 
Exceptionoperator= (const Exception &)=default
 
Exceptionoperator= (Exception &&) noexcept=default
 
virtual ~Exception () noexcept override=default
 

Detailed Description

Exception base class for SQLite.

Constructor & Destructor Documentation

◆ Exception() [1/3]

StormByte::Database::SQLite::Exception::Exception ( const std::string &  message)

Constructor

Parameters
messagemessage

◆ Exception() [2/3]

StormByte::Database::SQLite::Exception::Exception ( const Exception )
default

Copy constructor

◆ Exception() [3/3]

StormByte::Database::SQLite::Exception::Exception ( Exception &&  )
defaultnoexcept

Move constructor

◆ ~Exception()

virtual StormByte::Database::SQLite::Exception::~Exception ( )
overridevirtualdefaultnoexcept

Destructor

Member Function Documentation

◆ operator=() [1/2]

Exception & StormByte::Database::SQLite::Exception::operator= ( const Exception )
default

Assignment operator

◆ operator=() [2/2]

Exception & StormByte::Database::SQLite::Exception::operator= ( Exception &&  )
defaultnoexcept

Move operator


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