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::Exception Class Reference

Base class for Database exceptions. More...

#include <exception.hxx>

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

Public Member Functions

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

Detailed Description

Base class for Database exceptions.

Constructor & Destructor Documentation

◆ Exception() [1/4]

StormByte::Database::Exception::Exception ( const std::string &  reason)

Constructor

Parameters
reason

◆ Exception() [2/4]

StormByte::Database::Exception::Exception ( std::string &&  reason)

Constructor

Parameters
reason

◆ Exception() [3/4]

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

Copy constructor

◆ Exception() [4/4]

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

Move constructor

◆ ~Exception()

virtual StormByte::Database::Exception::~Exception ( )
virtualdefaultnoexcept

Destructor

Member Function Documentation

◆ operator=() [1/2]

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

Assignment operator

◆ operator=() [2/2]

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

Move assignment operator


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