{
ConfigurationBuilderProvider provider =
providerForTag(src.getRootElementName());
if (provider == null)
{
throw new ConfigurationException(
"Unsupported configuration source: "
+ src.getRootElementName());
}
ConfigurationBuilder<? extends Configuration> builder =