logger.error(s + " not supported: " + e.getMessage());
}
}
else if (s.equalsIgnoreCase("feed")) {
try {
this.harvesters.add(new FeedHarvester());
}
catch (Exception e) {
logger.error(s + " not supported: " + e.getMessage());
}
catch(NoClassDefFoundError e) {