#include <CigiExceptions.h>
Inheritance diagram for CigiWrongVersionException:
Public Member Functions | |
CigiWrongVersionException (void) | |
virtual | ~CigiWrongVersionException (void) throw () |
Protected Attributes | |
char | ErrMsg [30] |
Definition at line 646 of file CigiExceptions.h.
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.
char CigiWrongVersionException::ErrMsg[30] [protected] |
Definition at line 666 of file CigiExceptions.h.