#include <exception.h>
Inheritance diagram for CL_Exception:

Attributes | |
| virtual const char * | what () const throw () |
| Returns description of exception. | |
| CL_String | message |
| Description of exception. | |
Public Member Functions | |
Construction | |
| CL_Exception (const CL_String &message) | |
| Constructs an exception object. | |
| ~CL_Exception () throw () | |
| Destructs an exception object. | |
|
|
Constructs an exception object.
|
|
|
Destructs an exception object.
|
|
|
Returns the message and call stack present when the exception object was created, formatted using newlines. On Linux, to obtain function names, remember to link with the -rdynamic flag |
|
|
Returns the call stack present when the exception object was created. On Linux, to obtain function names, remember to link with the -rdynamic flag |
|
|
Returns description of exception.
|
|
|
Description of exception.
|
1.4.6