CigiInvalidSessionException Class Reference

#include <CigiExceptions.h>

Inheritance diagram for CigiInvalidSessionException:

CigiException exception List of all members.

Public Member Functions

 CigiInvalidSessionException (void)
virtual ~CigiInvalidSessionException (void) throw ()

Protected Attributes

char ErrMsg [25]

Detailed Description

This is the exception thrown when a problem involving an invalid session being requested is encountered.

Definition at line 287 of file CigiExceptions.h.


Constructor & Destructor Documentation

CigiInvalidSessionException::CigiInvalidSessionException ( void   )  [inline]

General Constructor for the CigiInvalidSessionException exception class

Definition at line 296 of file CigiExceptions.h.

References CIGI_ERROR_INVALID_SESSION.

00297    {
00298       memcpy(ErrMsg,"Invalid Session\n",19);
00299       Msg = ErrMsg;
00300       ErrorCode = CIGI_ERROR_INVALID_SESSION;
00301    }

virtual CigiInvalidSessionException::~CigiInvalidSessionException ( void   )  throw () [inline, virtual]

General Destructor for the CigiInvalidSessionException exception class

Definition at line 307 of file CigiExceptions.h.

00307 { };


Member Data Documentation

char CigiInvalidSessionException::ErrMsg[25] [protected]

Definition at line 307 of file CigiExceptions.h.


The documentation for this class was generated from the following file:
Generated on Wed Apr 29 09:00:09 2009 for CCL by  doxygen 1.4.7