Home | Trees | Index | Help |
|
---|
Module exceptions :: Class Exception |
|
object
--+ |BaseException
--+ | Exception
DataError
,
InspectorError
,
MakefileException
,
SectionizerException
Method Summary | |
---|---|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
Inherited from BaseException :
__delattr__ ,
__getattribute__ ,
__getitem__ ,
__reduce__ ,
__repr__ ,
__setattr__ ,
__setstate__ ,
__str__
Inherited from object :
__hash__ ,
__reduce_ex__
|
Class Variable Summary | |
---|---|
Inherited from BaseException :
args ,
message
|
Method Details |
---|
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature
|
__new__(T, S, ...)T.__new__(S, ...) -> a new object with type S, a subtype of T
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Oct 5 00:36:53 2007 | http://epydoc.sf.net |