CigiAllocFailedException Class Reference

#include <CigiExceptions.h>

Inheritance diagram for CigiAllocFailedException:

CigiException exception List of all members.

Public Member Functions

 CigiAllocFailedException (void)
virtual ~CigiAllocFailedException (void) throw ()

Protected Attributes

char ErrMsg [25]

Detailed Description

This is the exception thrown when a problem involving a class, variable, memory, etc. allocatin failure is encountered.

Definition at line 61 of file CigiExceptions.h.


Constructor & Destructor Documentation

CigiAllocFailedException::CigiAllocFailedException ( void   )  [inline]

General Constructor for the CigiAllocFailedException exception class

Definition at line 70 of file CigiExceptions.h.

References CIGI_ERROR_ALLOC_FAILED.

00071    {
00072       memcpy(ErrMsg,"Allocation Failure\n",21);
00073       Msg = ErrMsg;
00074       ErrorCode = CIGI_ERROR_ALLOC_FAILED;
00075    }

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

General Destructor for the CigiAllocFailedException exception class

Definition at line 81 of file CigiExceptions.h.

00081 { };


Member Data Documentation

char CigiAllocFailedException::ErrMsg[25] [protected]

Definition at line 81 of file CigiExceptions.h.


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