#include <CigiExceptions.h>
Inheritance diagram for CigiMissingIgControlException:
Public Member Functions | |
CigiMissingIgControlException (void) | |
virtual | ~CigiMissingIgControlException (void) throw () |
Protected Attributes | |
char | ErrMsg [50] |
Definition at line 383 of file CigiExceptions.h.
CigiMissingIgControlException::CigiMissingIgControlException | ( | void | ) | [inline] |
General Constructor for the CigiMissingIgControlException exception class
Definition at line 392 of file CigiExceptions.h.
References CIGI_ERROR_MISSING_IG_CONTROL_PACKET.
00393 { 00394 memcpy(ErrMsg,"The Message Is Missing The IG Control Packet\n",48); 00395 Msg = ErrMsg; 00396 ErrorCode = CIGI_ERROR_MISSING_IG_CONTROL_PACKET; 00397 }
virtual CigiMissingIgControlException::~CigiMissingIgControlException | ( | void | ) | throw () [inline, virtual] |
General Destructor for the CigiMissingIgControlException exception class
Definition at line 403 of file CigiExceptions.h.
char CigiMissingIgControlException::ErrMsg[50] [protected] |
Definition at line 403 of file CigiExceptions.h.