共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Extensible Exception Library |
Extensible Exception Library
|
0 | 0 | 25 |
贡献者 | 讨论 | 代码提交 |
EEL stands for 'Extensible Exception Library': it is a simple framework for C++0x exception handling.
The concepts behind are the following:
- compatibility with the existing std::exception(s);
- extensible generic payload for transporting any kind of informations
- simple mechanism for extending the payload during the excpetion handler backtrace
- coherent semantic for the final user
- low-level diagnostic informations provided 'on demand'