CigiWrongVersionException Class Reference

#include <CigiExceptions.h>

Inheritance diagram for CigiWrongVersionException:

CigiException exception List of all members.

Public Member Functions

 CigiWrongVersionException (void)
virtual ~CigiWrongVersionException (void) throw ()

Protected Attributes

char ErrMsg [30]

Detailed Description

This is the exception thrown when a problem involving an attempted use of the wrong CIGI version is encountered.

Definition at line 646 of file CigiExceptions.h.


Constructor & Destructor Documentation

CigiWrongVersionException::CigiWrongVersionException ( void   )  [inline]

General Constructor for the CigiWrongVersionException exception class

Definition at line 655 of file CigiExceptions.h.

References CIGI_ERROR_WRONG_VERSION.

00656    {
00657       memcpy(ErrMsg,"Wrong Cigi Version Used\n",28);
00658       Msg = ErrMsg;
00659       ErrorCode = CIGI_ERROR_WRONG_VERSION;
00660    }

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

General Destructor for the CigiWrongVersionException exception class

Definition at line 666 of file CigiExceptions.h.

00666 { };


Member Data Documentation

char CigiWrongVersionException::ErrMsg[30] [protected]

Definition at line 666 of file CigiExceptions.h.


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