CigiInvalidOpcodeException Class Reference

#include <CigiExceptions.h>

Inheritance diagram for CigiInvalidOpcodeException:

CigiException exception List of all members.

Public Member Functions

 CigiInvalidOpcodeException (void)
virtual ~CigiInvalidOpcodeException (void) throw ()

Protected Attributes

char ErrMsg [25]

Detailed Description

This is the exception thrown when a problem involving the use of an invalid opcode/packet id is encountered.

Definition at line 191 of file CigiExceptions.h.


Constructor & Destructor Documentation

CigiInvalidOpcodeException::CigiInvalidOpcodeException ( void   )  [inline]

General Constructor for the CigiInvalidOpcodeException exception class

Definition at line 200 of file CigiExceptions.h.

References CIGI_ERROR_INVALID_OPCODE.

00201    {
00202       memcpy(ErrMsg,"Invalid Packet ID\n",21);
00203       Msg = ErrMsg;
00204       ErrorCode = CIGI_ERROR_INVALID_OPCODE;
00205    }

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

General Destructor for the CigiInvalidOpcodeException exception class

Definition at line 211 of file CigiExceptions.h.

00211 { };


Member Data Documentation

char CigiInvalidOpcodeException::ErrMsg[25] [protected]

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