BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xml.utils.res
Class XResourceBundleBase

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--weblogic.apache.xml.utils.res.XResourceBundleBase
Direct Known Subclasses:
XPATHErrorResources, XSLTErrorResources

public abstract class XResourceBundleBase
extends java.util.ListResourceBundle

This is an interface for error messages. This class is misnamed, and should be called XalanResourceBundle, or some such.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
XResourceBundleBase()
           
 
Method Summary
abstract  java.lang.String getMessageKey(int errorCode)
          Get the error string associated with the error code
abstract  java.lang.String getWarningKey(int errorCode)
          Get the warning string associated with the error code
 
Methods inherited from class java.util.ListResourceBundle
getContents, getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XResourceBundleBase

public XResourceBundleBase()
Method Detail

getMessageKey

public abstract java.lang.String getMessageKey(int errorCode)
Get the error string associated with the error code

Parameters:
errorCode - Error code
Returns:
error string associated with the given error code

getWarningKey

public abstract java.lang.String getWarningKey(int errorCode)
Get the warning string associated with the error code

Parameters:
errorCode - Error code
Returns:
warning string associated with the given error code

Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.