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 |
Friends | |
| class | ResultSet |
Definition at line 44 of file exception.h.