CigiPacketTooLargeException Class Reference

#include <CigiExceptions.h>

Inheritance diagram for CigiPacketTooLargeException:

CigiException exception List of all members.

Public Member Functions

 CigiPacketTooLargeException (void)
virtual ~CigiPacketTooLargeException (void) throw ()

Protected Attributes

char ErrMsg [25]

Detailed Description

This is the exception thrown when a problem involving a packet being too large is encountered.

Definition at line 512 of file CigiExceptions.h.


Constructor & Destructor Documentation

CigiPacketTooLargeException::CigiPacketTooLargeException ( void   )  [inline]

General Constructor for the CigiPacketTooLargeException exception class

Definition at line 521 of file CigiExceptions.h.

References CIGI_ERROR_PACKET_TOO_LARGE.

00522    {
00523       memcpy(ErrMsg,"Packet Is Too Large\n",23);
00524       Msg = ErrMsg;
00525       ErrorCode = CIGI_ERROR_PACKET_TOO_LARGE;
00526    }

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

General Destructor for the CigiPacketTooLargeException exception class

Definition at line 532 of file CigiExceptions.h.

00532 { };


Member Data Documentation

char CigiPacketTooLargeException::ErrMsg[25] [protected]

Definition at line 532 of file CigiExceptions.h.


The documentation for this class was generated from the following file:
Generated on Wed Apr 29 09:00:10 2009 for CCL by  doxygen 1.4.7