From: Michael Gopshtein (mgopshtein_at_[hidden])
Date: 2007-05-02 14:19:20


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