
2 May
2007
2 May
'07
7:08 p.m.
Michael Gopshtein 写道:
Just dump the stack at the exception's constructor. _______________________________________________
Yes, that's what Pavel Antokolsky has suggested too. I agree that it can be a good solution. The only limitation - you have to make sure all exceptions are derived from some special class, which is not possible for exceptions thrown from 3rd party libraries.
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Try to catch the exception thrown from 3rd party libraries, and throw another one.