CSL  6.0
csl::CException Class Reference

Base class of CSL exceptions (written upper-case). Has a string message. More...

#include <CSL_Exceptions.h>

+ Inheritance diagram for csl::CException:

Public Member Functions

 CException (const string &msg) throw ()
 
 ~CException () throw ()
 
const char * what ()
 

Public Attributes

string mMessage
 

Detailed Description

Base class of CSL exceptions (written upper-case). Has a string message.

Definition at line 51 of file CSL_Exceptions.h.

Constructor & Destructor Documentation

csl::CException::CException ( const string &  msg)
throw (
)
inline

Definition at line 54 of file CSL_Exceptions.h.

csl::CException::~CException ( )
throw (
)
inline

Definition at line 55 of file CSL_Exceptions.h.

Member Function Documentation

Member Data Documentation


The documentation for this class was generated from the following file: