#include <session.h>
Public Member Functions | |
CursorException (char const *msg) | |
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 thrown when next method is called for closed cursor
long dbException::getArg | ( | ) | const [inline, inherited] |
Get optional argument
int dbException::getErrCode | ( | ) | const [inline, inherited] |
Get error code
dbErrorClass
enum in database.h char* dbException::getMsg | ( | ) | const [inline, inherited] |
Get message text