Home | Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | PyXBException
Base class for exceptions that indicate a problem that the user should fix.
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
_args = None The keywords passed to the exception constructor. |
|||
_kw = None hash(x) |
|
|||
Inherited from Inherited from |
|
Create an exception indicating a PyXB-related problem. If no args are present, a default argument is taken from the
|
|
_argsThe keywords passed to the exception constructor. Note: Do not pop values from the keywords array in subclass constructors that recognize and extract values from them. They should be kept around so they're accessible generically.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 7 19:27:35 2012 | http://epydoc.sourceforge.net |