com.ibm.ims.db
Class IMSErrorMessages
java.lang.Object
|
+--java.util.ResourceBundle
|
+--java.util.ListResourceBundle
|
+--com.ibm.ims.db.IMSErrorMessages
- public class IMSErrorMessages
- extends java.util.ListResourceBundle
The textual error messages that can be received when using the com.ibm.ims.db 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)
Retrieves the common external exception explanation based on the internal string
representation of the exception 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 |
IMSErrorMessages
public IMSErrorMessages()
- Creates a resource bundle for giving error messages
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.db.IMSErrorMessages
getString
public java.lang.String getString(java.lang.String key,
java.lang.Object[] inserts)
- Retrieves the common external exception explanation based on the internal string
representation of the exception message. Inserts the 'inserts' Objects into the
String output.
Creation date: (02/15/2000 2:33:28 PM)
- Parameters:
key
- java.lang.Stringinserts
- java.lang.Object[]- Returns:
- java.lang.String
(C) International Business Machines Corporation 2004. All rights reserved.