|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.ResourceBundle
java.util.ListResourceBundle
org.apache.xml.utils.res.XResourceBundleBase
public abstract class XResourceBundleBase
This is an interface for error messages. This class is misnamed, and should be called XalanResourceBundle, or some such.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.ResourceBundle |
---|
java.util.ResourceBundle.Control |
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 |
---|
getKeys, handleGetObject |
Methods inherited from class java.util.ResourceBundle |
---|
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XResourceBundleBase()
Method Detail |
---|
public abstract java.lang.String getMessageKey(int errorCode)
errorCode
- Error code
public abstract java.lang.String getWarningKey(int errorCode)
errorCode
- Error code
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |