CigiNotImplementedException Class Reference

#include <CigiExceptions.h>

Inheritance diagram for CigiNotImplementedException:

CigiException exception List of all members.

Public Member Functions

 CigiNotImplementedException (void)
virtual ~CigiNotImplementedException (void) throw ()

Protected Attributes

char ErrMsg [30]

Detailed Description

This is the exception thrown when a problem involving an Unimplemented function, packet, etc. is encountered.

Definition at line 448 of file CigiExceptions.h.


Constructor & Destructor Documentation

CigiNotImplementedException::CigiNotImplementedException ( void   )  [inline]

General Constructor for the CigiNotImplementedException exception class

Definition at line 457 of file CigiExceptions.h.

References CIGI_ERROR_NOT_IMPLEMENTED.

00458    {
00459       memcpy(ErrMsg,"Not Implemented Error\n",25);
00460       Msg = ErrMsg;
00461       ErrorCode = CIGI_ERROR_NOT_IMPLEMENTED;
00462    }

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

General Destructor for the CigiNotImplementedException exception class

Definition at line 468 of file CigiExceptions.h.

00468 { };


Member Data Documentation

char CigiNotImplementedException::ErrMsg[30] [protected]

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