CigiInvalidPacketException Class Reference

#include <CigiExceptions.h>

Inheritance diagram for CigiInvalidPacketException:

CigiException exception List of all members.

Public Member Functions

 CigiInvalidPacketException (void)
virtual ~CigiInvalidPacketException (void) throw ()

Protected Attributes

char ErrMsg [25]

Detailed Description

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

Definition at line 223 of file CigiExceptions.h.


Constructor & Destructor Documentation

CigiInvalidPacketException::CigiInvalidPacketException ( void   )  [inline]

General Constructor for the CigiInvalidPacketException exception class

Definition at line 232 of file CigiExceptions.h.

References CIGI_ERROR_INVALID_PACKET.

00233    {
00234       memcpy(ErrMsg,"Invalid Packet\n",18);
00235       Msg = ErrMsg;
00236       ErrorCode = CIGI_ERROR_INVALID_PACKET;
00237    }

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

General Destructor for the CigiInvalidPacketException exception class

Definition at line 243 of file CigiExceptions.h.

00243 { };


Member Data Documentation

char CigiInvalidPacketException::ErrMsg[25] [protected]

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