CigiInvalidPacketSizeException Class Reference

#include <CigiExceptions.h>

Inheritance diagram for CigiInvalidPacketSizeException:

CigiException exception List of all members.

Public Member Functions

 CigiInvalidPacketSizeException (void)
virtual ~CigiInvalidPacketSizeException (void) throw ()

Protected Attributes

char ErrMsg [25]

Detailed Description

This is the exception thrown when a problem involving an incorrect packet size is encountered.

Definition at line 255 of file CigiExceptions.h.


Constructor & Destructor Documentation

CigiInvalidPacketSizeException::CigiInvalidPacketSizeException ( void   )  [inline]

General Constructor for the CigiInvalidPacketSizeException exception class

Definition at line 264 of file CigiExceptions.h.

References CIGI_ERROR_INVALID_PACKET_SIZE.

00265    {
00266       memcpy(ErrMsg,"Invalid Packet Size\n",23);
00267       Msg = ErrMsg;
00268       ErrorCode = CIGI_ERROR_INVALID_PACKET_SIZE;
00269    }

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

General Destructor for the CigiInvalidPacketSizeException exception class

Definition at line 275 of file CigiExceptions.h.

00275 { };


Member Data Documentation

char CigiInvalidPacketSizeException::ErrMsg[25] [protected]

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