List of all members.
Public Member Functions |
| Exception (std::string reason, std::string sql_state, drizzled::error_t error_arg) |
| Exception (std::string reason, drizzled::error_t error_arg) |
drizzled::error_t | getErrorCode () const |
const std::string & | getErrorMessage () const |
Exception | getNextException () const |
const std::string & | getSQLState () const |
Protected Member Functions |
void | setNextException (Exception arg) |
Private Attributes |
drizzled::error_t | _error_code |
std::string | _sql_state |
std::string | _reason |
std::queue< Exception > | _next_exception |
Detailed Description
Definition at line 42 of file exception.h.
The documentation for this class was generated from the following file: