Block construction.
Get a string from the resources.paramkey The key of the string to get.returnThe value for that string; if not found returns !key!. try { return BUNDLE.getString(key); } catch (final MissingResourceException ex) { return '!" + key + '!"; }
try { return BUNDLE.getString(key); } catch (final MissingResourceException ex) { return '!" + key + '!"; }