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) |
|
|||
message A message to help a human understand the problem. |
|||
Inherited from Inherited from |
|
Override to use the system-provided message, if available.
|
Create an exception indicating a PyXB-related problem.
|
|
_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.
|
|
messageA message to help a human understand the problem.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Sep 9 14:08:51 2011 | http://epydoc.sourceforge.net |