CigiMissingStartOfFrameException Class Reference

#include <CigiExceptions.h>

Inheritance diagram for CigiMissingStartOfFrameException:

CigiException exception List of all members.

Public Member Functions

 CigiMissingStartOfFrameException (void)
virtual ~CigiMissingStartOfFrameException (void) throw ()

Protected Attributes

char ErrMsg [55]

Detailed Description

This is the exception thrown when a problem involving the Start Of Frame message not being created and used is encountered.

Definition at line 416 of file CigiExceptions.h.


Constructor & Destructor Documentation

CigiMissingStartOfFrameException::CigiMissingStartOfFrameException ( void   )  [inline]

General Constructor for the CigiMissingStartOfFrameException exception class

Definition at line 425 of file CigiExceptions.h.

References CIGI_ERROR_MISSING_SOF_PACKET.

00426    {
00427       memcpy(ErrMsg,"The Message Is Missing The Start Of Frame Packet\n",52);
00428       Msg = ErrMsg;
00429       ErrorCode = CIGI_ERROR_MISSING_SOF_PACKET;
00430    }

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

General Destructor for the CigiMissingStartOfFrameException exception class

Definition at line 436 of file CigiExceptions.h.

00436 { };


Member Data Documentation

char CigiMissingStartOfFrameException::ErrMsg[55] [protected]

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