CigiCalledOutOfSequenceException Class Reference

#include <CigiExceptions.h>

Inheritance diagram for CigiCalledOutOfSequenceException:

CigiException exception List of all members.

Public Member Functions

 CigiCalledOutOfSequenceException (void)
virtual ~CigiCalledOutOfSequenceException (void) throw ()

Protected Attributes

char ErrMsg [40]

Detailed Description

This is the exception thrown when a problem involving routines having a specific call sequence being called out of that sequence is encountered.

Definition at line 159 of file CigiExceptions.h.


Constructor & Destructor Documentation

CigiCalledOutOfSequenceException::CigiCalledOutOfSequenceException ( void   )  [inline]

General Constructor for the CigiCalledOutOfSequenceException exception class

Definition at line 168 of file CigiExceptions.h.

References CIGI_ERROR_CALLED_OUT_OF_SEQUENCE.

00169    {
00170       memcpy(ErrMsg,"Routine Call Out Of Sequence Error\n",38);
00171       Msg = ErrMsg;
00172       ErrorCode = CIGI_ERROR_CALLED_OUT_OF_SEQUENCE;
00173    }

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

General Destructor for the CigiCalledOutOfSequenceException exception class

Definition at line 179 of file CigiExceptions.h.

00179 { };


Member Data Documentation

char CigiCalledOutOfSequenceException::ErrMsg[40] [protected]

Definition at line 179 of file CigiExceptions.h.


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