AnCH Framework  0.1
Another C++ Hack Framework
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
anch::sql::SqlException Class Reference

SQL exception. More...

#include <sqlException.hpp>

Inheritance diagram for anch::sql::SqlException:
Collaboration diagram for anch::sql::SqlException:

Public Member Functions

 SqlException (std::string msg) noexcept
 
virtual ~SqlException () noexcept
 
const char * what () const noexcept
 

Detailed Description

SQL exception.

Manage every SQL error

Todo:
put implementation in cpp file
Author
Vincent Lachenal
Since
0.1

Constructor & Destructor Documentation

anch::sql::SqlException::SqlException ( std::string  msg)
inlinenoexcept

SqlException constructor

Parameters
msgthe error message
virtual anch::sql::SqlException::~SqlException ( )
inlinevirtualnoexcept

! SqlException destructor

Member Function Documentation

const char* anch::sql::SqlException::what ( ) const
inlinenoexcept

Error message getter

Returns
the error message

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