| 
    StormByte C++ Library: Database module 0.0.9999
    
   StormByte-Database is a StormByte library module for handling database connections 
   | 
 
Exception base class for SQLite. More...
#include <exception.hxx>


Public Member Functions | |
| Exception (const std::string &message) | |
| Exception (const Exception &)=default | |
| Exception (Exception &&) noexcept=default | |
| Exception & | operator= (const Exception &)=default | 
| Exception & | operator= (Exception &&) noexcept=default | 
| virtual | ~Exception () noexcept override=default | 
| StormByte::Database::SQLite::Exception::Exception | ( | const std::string & | message | ) | 
Constructor
| message | message | 
      
  | 
  default | 
Copy constructor
      
  | 
  defaultnoexcept | 
Move constructor
      
  | 
  overridevirtualdefaultnoexcept | 
Destructor
Assignment operator
Move operator