Class for managing exception in CSP. More...
#include <csp++.h>
Public Member Functions | |
CSPexception (const char *m) | |
Constructor. | |
virtual const char * | what () |
Return the description of the exception. |
Class for managing exception in CSP.
CSPexception::CSPexception | ( | const char * | m | ) | [inline] |
Constructor.
m | Message describing the exception |