StormByte C++ Library: Database module 0.0.9999
StormByte-Database is a StormByte library module for handling database connections
|
Base class for Database exceptions. More...
#include <exception.hxx>
Public Member Functions | |
Exception (const std::string &reason) | |
Exception (std::string &&reason) | |
Exception (const Exception &)=default | |
Exception (Exception &&) noexcept=default | |
Exception & | operator= (const Exception &)=default |
Exception & | operator= (Exception &&) noexcept=default |
virtual | ~Exception () noexcept=default |
Base class for Database exceptions.
StormByte::Database::Exception::Exception | ( | const std::string & | reason | ) |
Constructor
reason |
StormByte::Database::Exception::Exception | ( | std::string && | reason | ) |
Constructor
reason |
|
default |
Copy constructor
|
defaultnoexcept |
Move constructor
|
virtualdefaultnoexcept |
Destructor
Assignment operator
Move assignment operator