CigiBufferTooSmallException Class Reference

#include <CigiExceptions.h>

Inheritance diagram for CigiBufferTooSmallException:

CigiException exception List of all members.

Public Member Functions

 CigiBufferTooSmallException (void)
virtual ~CigiBufferTooSmallException (void) throw ()

Protected Attributes

char ErrMsg [30]

Detailed Description

This is the exception thrown when a problem involving the buffer being to small to use is encountered.

Definition at line 125 of file CigiExceptions.h.


Constructor & Destructor Documentation

CigiBufferTooSmallException::CigiBufferTooSmallException ( void   )  [inline]

General Constructor for the CigiBufferTooSmallException exception class

Definition at line 134 of file CigiExceptions.h.

References CIGI_ERROR_BUFFER_TOO_SMALL.

00135    {
00136       memcpy(ErrMsg,"Buffer Too Small Error\n",26);
00137       Msg = ErrMsg;
00138       ErrorCode = CIGI_ERROR_BUFFER_TOO_SMALL;
00139    }

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

General Destructor for the CigiBufferTooSmallException exception class

Definition at line 146 of file CigiExceptions.h.

00146 { };


Member Data Documentation

char CigiBufferTooSmallException::ErrMsg[30] [protected]

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