|
The Vish Visualization Shell 0.3
Vish
|
Base class for exceptions. More...
#include <elementary/memcore/Exception.hpp>
Public Attributes | |
| simplestring | description |
| optional detailed description | |
| unsigned | sourcefilelinenumber |
| source line number | |
| simplestring | sourcefilename |
| source file name | |
Base class for exceptions.
Note: within an exception class, do NOT use std::string . Instead, using MemCore::simplestring is exception-safe.
Use MEMCORE_EXCEPTION_SRC to assign source file information.