def getObjectPosition(self, id): try: pos = OrderSupport.getObjectPosition(self, id) except ValueError: raise NotFound('Object %s was not found' % str(id)) return pos