_checkValueSpace ( self, data )
Exceptions
|
|
Exception, "all except the last nonzero element must be " "integers"
Exception, "element %d a bad type" % i
Exception, "only the first nonzero element can be negative"
Exception, "too many values"
ValueError, "invalid %s value - %s" %( self._type, e )
ValueError, "must supply initial %s value" % self._type
|
|