| |
- exceptions.Exception
-
- GenException
-
- CallException
- ClosedException
- CommitException
- ConfigException
- ConnectionException
- CursorException
- ExistsException
- FileException
- InitException
- LimitException
- ModuleException
- MulticallException
- NotExistsException
- ObjectException
- ParamException
- QueryException
class GenException(exceptions.Exception) |
|
It is the base generic exception class. All generic exceptions are
inherited from this one. The instance of it contains an attribute
\emph{error} to hold the descriptive error message. It is supplied
while this class or the one inherited from it is instantiated. |
|
Methods defined here:
- __init__(self, message)
Data and non-method functions defined here:
- __doc__ = '\n It is the base generic exception class. A...the one inherited from it is instantiated.\n '
- __module__ = 'prangya.excgeneric'
Methods inherited from exceptions.Exception:
- __getitem__(...)
- __str__(...)
|
|