MySQL++
3.3.0
|
Base class for all MySQL++ custom exceptions. More...
#include <exceptions.h>
Public Member Functions | |
Exception (const Exception &e) MAY_THROW() | |
Create exception object as copy of another. | |
Exception & | operator= (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 | |
Base class for all MySQL++ custom exceptions.