{
configureComponent( handler, config, configSource );
}
catch ( final ComponentConfigurationException e )
{
throw new InvalidAssemblerConfigurationException( "Failed to configure handler: "
+ handler.getClass().getName(), e );
}
catch ( final ComponentLookupException e )
{
throw new InvalidAssemblerConfigurationException( "Failed to lookup configurator for setup of handler: "
+ handler.getClass().getName(), e );
}
getLogger().debug( "-- end configuration --" );
}