| java.util.ListResourceBundle org.apache.xml.utils.res.XResourceBundleBase
XResourceBundleBase | abstract public class XResourceBundleBase extends ListResourceBundle (Code) | | This is an interface for error messages. This class is misnamed,
and should be called XalanResourceBundle, or some such.
|
getMessageKey | abstract public String getMessageKey(int errorCode)(Code) | | Get the error string associated with the error code
Parameters: errorCode - Error code error string associated with the given error code |
getWarningKey | abstract public String getWarningKey(int errorCode)(Code) | | Get the warning string associated with the error code
Parameters: errorCode - Error code warning string associated with the given error code |
|
|