Subject: Re: [boost] [exception] Dynamic exception handlers registration
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2009-05-17 03:48:41


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.html)

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