Error managment question (Trace Backs ?)

Fredrik Lundh fredrik at pythonware.com
Thu Sep 1 10:41:51 EDT 2005


"vpr" <mvanaswegen at gmail.com> wrote:

> This is a noob question, but here goes. I have a class that calls a
> function.

> However I suspect in python that I can raise it and the class can catch
> it ?

the "errors and exceptions" chapter in the tutorial might be helpful:

    http://docs.python.org/tut/node10.html

(especially sections 8.3 and 8.4)

</F> 






More information about the Python-list mailing list