Module exceptions :: Class StandardError
[frames | no frames]

Type StandardError

   object --+        
            |        
BaseException --+    
                |    
        Exception --+
                    |
                   StandardError

Known Subclasses:
LookupError

Base class for all standard Python exceptions that do not represent interpreter exiting.
Class Variable Summary
    Inherited from BaseException
getset_descriptor args = <attribute 'args' of 'exceptions.BaseException' o...
member_descriptor message = <member 'message' of 'exceptions.BaseException...

Generated by Epydoc 2.1 on Tue Feb 6 10:53:34 2007 http://epydoc.sf.net