FileDocCategorySizeDatePackage
XResourceBundleBase.javaAPI DocJava SE 6 API1500Tue Jun 10 00:23:12 BST 2008com.sun.org.apache.xml.internal.utils.res

XResourceBundleBase

public abstract class XResourceBundleBase extends ListResourceBundle
This is an interface for error messages. This class is misnamed, and should be called XalanResourceBundle, or some such.
xsl.usage
internal

Fields Summary
Constructors Summary
Methods Summary
public abstract java.lang.StringgetMessageKey(int errorCode)
Get the error string associated with the error code

param
errorCode Error code
return
error string associated with the given error code

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

param
errorCode Error code
return
warning string associated with the given error code