#include <exception.h>
Public Member Functions | |
| dbException (int p_err_code, const char *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 |
|
||||||||||||||||
|
Exception constructor
|
|
|
Copy constructor |
|
|
Destructor |
|
|
Get optional argument |
|
|
Get error code
|
|
|
Get message text |
1.3.5