Set up error messages.
We build a two dimensional array of message keys and
message strings. In order to add a new message here,
you need to first add a Static string constant for the
Key and update the contents array with Key, Value pair
Also you need to update the count of messages(MAX_CODE)or
the count of warnings(MAX_WARNING) [ Information purpose only]
Return a named ResourceBundle for a particular locale. This method mimics the behavior
of ResourceBundle.getBundle().
Parameters: className - Name of local-specific subclass. the ResourceBundle throws: MissingResourceException -
Methods inherited from java.util.ListResourceBundle