com.ibm.ims.base
Class IMSErrorMessages

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--com.ibm.ims.base.IMSErrorMessages

public class IMSErrorMessages
extends java.util.ListResourceBundle

The textual error messages that can be received when using the com.ibm.ims.base package


Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
IMSErrorMessages()
          Creates a resource bundle for giving error messages
 
Method Summary
protected  java.lang.Object[][] getContents()
          getContents method comment.
static IMSErrorMessages getIMSBundle()
          Returns the translated resource bundle
 java.lang.String getString(java.lang.String key, java.lang.Object[] inserts)
          Converts the passed in internal key into the user friendly locale error message, substituting any specified parameters into the message.
 
Methods inherited from class java.util.ListResourceBundle
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

IMSErrorMessages

public IMSErrorMessages()
Creates a resource bundle for giving error messages
Method Detail

getContents

protected java.lang.Object[][] getContents()
getContents method comment.
Overrides:
getContents in class java.util.ListResourceBundle

getIMSBundle

public static IMSErrorMessages getIMSBundle()
Returns the translated resource bundle
Returns:
com.ibm.ims.base.IMSErrorMessages

getString

public java.lang.String getString(java.lang.String key,
                                  java.lang.Object[] inserts)
Converts the passed in internal key into the user friendly locale error message, substituting any specified parameters into the message.
Returns:
String The user friendly locale dependent error message.


(C) International Business Machines Corporation 2004. All rights reserved.