CigiInvalidSessionTypeException Class Reference

#include <CigiExceptions.h>

Inheritance diagram for CigiInvalidSessionTypeException:

CigiException exception List of all members.

Public Member Functions

 CigiInvalidSessionTypeException (void)
virtual ~CigiInvalidSessionTypeException (void) throw ()

Protected Attributes

char ErrMsg [25]

Detailed Description

This is the exception thrown when a problem involving invalid seesion type being requested is encountered.

Definition at line 319 of file CigiExceptions.h.


Constructor & Destructor Documentation

CigiInvalidSessionTypeException::CigiInvalidSessionTypeException ( void   )  [inline]

General Constructor for the CigiInvalidSessionTypeException exception class

Definition at line 328 of file CigiExceptions.h.

References CIGI_ERROR_INVALID_SESSION_TYPE.

00329    {
00330       memcpy(ErrMsg,"Invalid Session Type\n",24);
00331       Msg = ErrMsg;
00332       ErrorCode = CIGI_ERROR_INVALID_SESSION_TYPE;
00333    }

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

General Destructor for the CigiInvalidSessionTypeException exception class

Definition at line 339 of file CigiExceptions.h.

00339 { };


Member Data Documentation

char CigiInvalidSessionTypeException::ErrMsg[25] [protected]

Definition at line 339 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