throw new TemplateException( TemplateException.CODE_no_conf, new ValueSet( ValueCode.TEMPLATE, iPath ) );
}
else {
PropertySet ps = new PropertySet();
boolean foundConf = false;
RegExpMatch conf = null;
String props = null;
PropertySet propSet = null;
for( int confI = 0; confI < numConfs; confI++ ) {
conf = allconfs[ confI ];
props = conf.matchFirstSub();
propSet = new PropertySet();
propSet.parse( props );
ps.overrideWith( propSet );
foundConf = true;
}