{
// If we couldn't create a configuration, then create a default one
// so we can exit without throwing an exception.
if (config == null)
{
config = new Configuration();
configBuffer = new ConfigurationBuffer(Configuration.class,
Configuration.getAliases());
}
}
}