
17 May
2009
17 May
'09
7:48 a.m.
Alex Tkachenko wrote:
Hello there. A while back I wrote usefull tool for organizing exception handling. The general idea is borrowed from boost::execution_monitor (http://www.boost.org/doc/libs/1_38_0/libs/test/doc/html/execution-monitor.ht...)
This technique is also used in Boost.Python.
. Similarly, I call this unit "Exception Monitor". It allows to dynamically register exception converters and convert exception objects from any source types to arbitrary target type.
I did not look in depth on your implementation, but it might be interesting addition to the boost::exception functionality. would be nice if we can layer our solutions on top of yours. Gennadiy