private void throwSetGetException(String type, Object obj,
String fieldName, String groupName,
Exception e)
throws IntakeException
{
throw new IntakeException("Could not execute " + type
+ " method for " + fieldName + " in group " + groupName
+ " on " + obj.getClass().getName(), e);
}