Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | exceptions.StandardError --+ | exceptions.ValueError --+ | LocationsError
Error object for data parsing error
>>> raise LocationsError Traceback (most recent call last): ... LocationsError: Invalid location data. >>> raise LocationsError("distance") Traceback (most recent call last): ... LocationsError: More than one location is required for distance. >>> raise LocationsError(data=(4, "52;None")) Traceback (most recent call last): ... LocationsError: Location parsing failure in location 4 `52;None'.
Since: 0.6.0
|
|||
|
|||
str
|
|
||
Inherited from Inherited from Inherited from |
|
|||
function Function where error is raised. |
|
|||
Inherited from Inherited from |
|
|
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 20 12:41:06 2008 | http://epydoc.sourceforge.net |