Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | exceptions.StandardError --+ | exceptions.ValueError --+ | FileFormatError
Error object for data parsing error
>>> raise FileFormatError Traceback (most recent call last): ... FileFormatError: Unsupported data format. >>> raise FileFormatError("test site") Traceback (most recent call last): ... FileFormatError: Incorrect data format, if you're using a file downloaded from test site please report this to James Rowe <jnrowe@ukfsn.org>
Since: 0.3.0
|
|||
|
|||
str
|
|
||
Inherited from Inherited from Inherited from |
|
|||
site Remote site name to display in error message |
|
|||
Inherited from Inherited from |
|
|
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 20 12:41:48 2008 | http://epydoc.sourceforge.net |