OpenGLPrakt --> cException

class cException

abstract base class for exception handling

This is only an abstract class for exception handling. It's mainly here for matters of completeness as it does not contain any functionality.

Source:
../src/cException.hh:18

See Also:
cMsgException

Constructors Index

cException
[public] constructor
~cException
[public] destructor - made virtual to allow deriving.


Methods Index

Explanation
[public] Explain what caused the exception.


Constructors

cException

public cException ( ) ;

constructor

cException

public virtual ~ cException ( ) ;

destructor - made virtual to allow deriving.


Methods

Explanation

public virtual const char * Explanation ( ) const = 0 ;

Explain what caused the exception.


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.