try
{
importEntry = factory.newImportEntry( this.ruleSetReader.getRuleSet( ),
this.ruleSetReader.getFactoryContext( ),
config );
importer.addImport( importEntry );
}
catch ( FactoryException e )
{
throw new SAXParseException( "error constructing import",
ruleSetReader.getLocator( ), e );