sbErr.append("Warning, the method set doesn't exist");
sbErr.append(StringUtils.capitalize(property.getProperty()));
sbErr.append(" for the value ");
sbErr.append(property.getValue());
PropertiesException ex = new PropertiesException(sbErr.toString(), e, property.getProperty(), property.getValue());
if (processContainer==null)
processContainer = new PropertiesContainerException();
processContainer.addException( ex );
}