Integer objId = (Integer)meth.invoke(obj, null);
if(objId.compareTo(id) == 0)
select(obj);
}
} catch (Throwable t) {
throw new IncompatibleSpecificListObject(t);
}
throw new RequestedObjectNotFoundInListException("Object for id '"+id+"' was not found using getter '"+getterName+"()'.");
}