Catching Exceptions.

Keith Bolton Keith.Bolton at batescapital.com
Mon Sep 27 11:44:52 EDT 2004


I am handling exceptions currently using try, except.  Generally I don't
handle specific exceptions and am catching all.
Then if an exception occurs, I would like to capture that error string.
 However, in the documentation it seems like 
there is not a way to get the extra str data if you are handling all
exceptions and not specifically.  Is there?

thanks

-keith



More information about the Python-list mailing list