Home | Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | ExecutiveAction --+ | SkipThis
is caught in rsc.makeData. You can raise this at any place during source processing to skip the rest of this source but the go on.
You should pass something descriptive as message so upstream can potentially report something is skipped and why.
Note: in a rowmaker, you probably usually want to raise IgnoreThisRow instead; it's rare that you want to ignore the rest of a source just because you don't like a row.
Instance Methods | |
Inherited from Inherited from Inherited from |
Properties | |
Inherited from Inherited from |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |