OpenGLPrakt --> cException --> cMsgException

class cMsgException
    extends cException as public

very simple exception class (just contains a simple string explaining what went wrong)

Source:
../src/cMsgException.hh:20

Constructors Index

cMsgException
[public] default constructor
cMsgException
[public] constructor taking an error message
~cMsgException
[public] destructor - frees stored message


Methods Index

Explanation
[public] explain what went wrong


Constructors

cMsgException

public cMsgException ( ) ;

default constructor

cMsgException

public cMsgException ( char * m ) ;

constructor taking an error message

Parameters:
m error message/explanation

cMsgException

public virtual ~ cMsgException ( ) ;

destructor - frees stored message


Methods

Explanation

public virtual const char * Explanation ( ) const ;

explain what went wrong

Return:
zero terminated string with stored error message

This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.

Click here to return to the top of the page.