#include <exception.h>
Public Member Functions | |
| dbException (int p_err_code, char const *p_msg=NULL, int p_arg=0) | |
| dbException (dbException const &ex) | |
| virtual | ~dbException () throw () |
| virtual const char * | what () const throw () |
| int | getErrCode () const |
| char * | getMsg () const |
| long | getArg () const |
Protected Attributes | |
| int | err_code |
| char * | msg |
| int | arg |
| dbException | ( | int | p_err_code, | |
| char const * | p_msg = NULL, |
|||
| int | p_arg = 0 | |||
| ) |
| dbException | ( | dbException const & | ex | ) |
| ~dbException | ( | ) | throw () |
| const char * what | ( | ) | const throw () [virtual] |
| int getErrCode | ( | ) | const [inline] |
| char* getMsg | ( | ) | const [inline] |
| long getArg | ( | ) | const [inline] |
int err_code [protected] |
char* msg [protected] |
int arg [protected] |