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