CigiImproperPacketException Class Reference

#include <CigiExceptions.h>

Inheritance diagram for CigiImproperPacketException:

CigiException exception List of all members.

Public Member Functions

 CigiImproperPacketException (void)
virtual ~CigiImproperPacketException (void) throw ()

Protected Attributes

char ErrMsg [40]

Detailed Description

This is the exception thrown when a problem involving an attempted use of the wrong CIGI version is encountered.

Definition at line 726 of file CigiExceptions.h.


Constructor & Destructor Documentation

CigiImproperPacketException::CigiImproperPacketException ( void   )  [inline]

General Constructor for the CigiImproperPacketException exception class

Definition at line 735 of file CigiExceptions.h.

References CIGI_ERROR_IMPROPER_PACKET.

00736    {
00737       memcpy(ErrMsg,"Improper packet for Session Type\n",37);
00738       Msg = ErrMsg;
00739       ErrorCode = CIGI_ERROR_IMPROPER_PACKET;
00740    }

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

General Destructor for the CigiWrongVersionException exception class

Definition at line 747 of file CigiExceptions.h.

00747 { };


Member Data Documentation

char CigiImproperPacketException::ErrMsg[40] [protected]

Definition at line 747 of file CigiExceptions.h.


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