CigiBufferOverrunException Class Reference

#include <CigiExceptions.h>

Inheritance diagram for CigiBufferOverrunException:

CigiException exception List of all members.

Public Member Functions

 CigiBufferOverrunException (void)
virtual ~CigiBufferOverrunException (void) throw ()

Protected Attributes

char ErrMsg [25]

Detailed Description

This is the exception thrown when a problem involving the current message buffer being overrun is encountered.

Definition at line 93 of file CigiExceptions.h.


Constructor & Destructor Documentation

CigiBufferOverrunException::CigiBufferOverrunException ( void   )  [inline]

General Constructor for the CigiBufferOverrunException exception class

Definition at line 102 of file CigiExceptions.h.

References CIGI_ERROR_BUFFER_OVERRUN.

00103    {
00104       memcpy(ErrMsg,"Buffer Overrun Error\n",22);
00105       Msg = ErrMsg;
00106       ErrorCode = CIGI_ERROR_BUFFER_OVERRUN;
00107    }

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

General Destructor for the CigiBufferOverrunException exception class

Definition at line 113 of file CigiExceptions.h.

00113 { };


Member Data Documentation

char CigiBufferOverrunException::ErrMsg[25] [protected]

Definition at line 113 of file CigiExceptions.h.


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