#include <exception.h>
Public Member Functions | |
dbException (int p_err_code, const char *p_msg=NULL, int p_arg=0) | |
dbException (dbException const &ex) | |
~dbException () | |
int | getErrCode () const |
char * | getMsg () const |
long | getArg () const |
Protected Attributes | |
int | err_code |
char * | msg |
int | arg |
|
Exception constructor
|
|
Copy constructor |
|
Destructor |
|
Get optional argument |
|
Get error code
|
|
Get message text |