#include <CigiExceptions.h>
Inheritance diagram for CigiImproperPacketException:
Public Member Functions | |
CigiImproperPacketException (void) | |
virtual | ~CigiImproperPacketException (void) throw () |
Protected Attributes | |
char | ErrMsg [40] |
Definition at line 726 of file CigiExceptions.h.
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.
char CigiImproperPacketException::ErrMsg[40] [protected] |
Definition at line 747 of file CigiExceptions.h.