mysqlpp::Exception Class Reference

Base class for all MySQL++ custom exceptions. More...

#include <exceptions.h>

Inheritance diagram for mysqlpp::Exception:

mysqlpp::BadConversion mysqlpp::BadFieldName mysqlpp::BadNullConversion mysqlpp::BadOption mysqlpp::BadParamCount mysqlpp::BadQuery mysqlpp::ConnectionFailed mysqlpp::DBSelectionFailed mysqlpp::EndOfResults mysqlpp::EndOfResultSets mysqlpp::LockFailed mysqlpp::ObjectNotInitialized List of all members.

Public Member Functions

 Exception (const Exception &e) throw ()
 Create exception object as copy of another.
Exceptionoperator= (const Exception &rhs) throw ()
 Assign another exception object's contents to this one.
 ~Exception () throw ()
 Destroy exception object.
virtual const char * what () const throw ()
 Returns explanation of why exception was thrown.

Protected Member Functions

 Exception (const char *w="") throw ()
 Create exception object.
 Exception (const std::string &w) throw ()
 Create exception object.

Protected Attributes

std::string what_
 explanation of why exception was thrown

Detailed Description

Base class for all MySQL++ custom exceptions.


The documentation for this class was generated from the following file:
Generated on 10 Oct 2017 for MySQL++ by  doxygen 1.4.7