Java Doc for XMLErrorResources_es.java in » XML » xalan » org » apache » xml » res » Java Source Code / Java DocumentationJava Source Code and Java Documentation
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 String constant. And you need
to enter key, value pair as part of the contents
array. You also need to update MAX_CODE for error strings
and MAX_WARNING for warnings ( Needed for only information
purpose )
Return a named ResourceBundle for a particular locale. This method mimics the behavior
of ResourceBundle.getBundle().
Parameters: className - the name of the class that implements the resource bundle. the ResourceBundle throws: MissingResourceException -
Methods inherited from java.util.ListResourceBundle