Home | Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | exceptions.StandardError --+ | exceptions.RuntimeError --+ | UnsupportedFilterException
Exception for cases where a container does not support a specific type of filters.
If possible, this should be thrown already when adding a filter to a
container. If a problem is not detected at that point, an NotImplementedError
can be thrown when attempting to
perform filtering.
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jun 10 22:40:21 2015 | http://epydoc.sourceforge.net |