CigiMissingIgControlException Class Reference

#include <CigiExceptions.h>

Inheritance diagram for CigiMissingIgControlException:

CigiException exception List of all members.

Public Member Functions

 CigiMissingIgControlException (void)
virtual ~CigiMissingIgControlException (void) throw ()

Protected Attributes

char ErrMsg [50]

Detailed Description

This is the exception thrown when a problem involving the IG Control message not being created and used is encountered.

Definition at line 383 of file CigiExceptions.h.


Constructor & Destructor Documentation

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.

00403 { };


Member Data Documentation

char CigiMissingIgControlException::ErrMsg[50] [protected]

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