properties.put(key, bundle.getString(key));
}
}
} catch (final FileNotFoundException fnfe) {
// A friendlier exception when the properties file is not found.
throw new PropertiesNotFoundException(fnfe.getMessage());
} catch (final IOException ioe) {
throw new PersistitIOException(ioe);
}
merge(properties);
loadProperties();