OpenGLPrakt --> cException --> cMsgException
very simple exception class (just contains a simple string explaining what went wrong)
public cMsgException ( ) ;
default constructor
public cMsgException ( char * m ) ;
constructor taking an error message
m | error message/explanation |
public virtual ~ cMsgException ( ) ;
destructor - frees stored message
public virtual const char * Explanation ( ) const ;
explain what went wrong
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.