} else {
throw new InvalidClusteredEntityException("no id field or idfield setter declared");
}
}
} catch (IllegalArgumentException e) {
throw new ClusteredObjectAnalyzeException(e);
} catch (SecurityException e) {
throw new ClusteredObjectAnalyzeException(e);
} catch (IllegalAccessException e) {
throw new ClusteredObjectAnalyzeException(e);
} catch (InvocationTargetException e) {
throw new ClusteredObjectAnalyzeException(e);
}
return id;
}