public abstract class XResourceBundleBase
extends java.util.ListResourceBundle
| Constructor | Description |
|---|---|
XResourceBundleBase() |
| Modifier and Type | Method | Description |
|---|---|---|
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
|
public abstract java.lang.String getMessageKey(int errorCode)
errorCode - Error codepublic abstract java.lang.String getWarningKey(int errorCode)
errorCode - Error codeCopyright © 2014 Apache XML Project. All Rights Reserved.