Public Member Functions | Protected Attributes

CursorException Class Reference

#include <session.h>

Inheritance diagram for CursorException:
dbException

List of all members.

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

Detailed Description

Exception thrown when next method is called for closed cursor


Member Function Documentation

long dbException::getArg (  )  const [inline, inherited]

Get optional argument

int dbException::getErrCode (  )  const [inline, inherited]

Get error code

Returns:
error code as defined in dbErrorClass enum in database.h
char* dbException::getMsg (  )  const [inline, inherited]

Get message text


The documentation for this class was generated from the following file: