com.ibm.connector2.ims.db
Class IMSJdbcErrorMessages

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--com.ibm.connector2.ims.db.IMSJdbcErrorMessages

public class IMSJdbcErrorMessages
extends java.util.ListResourceBundle

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


Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
IMSJdbcErrorMessages()
          Creates a resource bundle for giving error messages
 
Method Summary
protected  java.lang.Object[][] getContents()
          getContents method comment.
static IMSJdbcErrorMessages 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
 

Constructor Detail

IMSJdbcErrorMessages

public IMSJdbcErrorMessages()
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 IMSJdbcErrorMessages getIMSBundle()
Returns the translated resource bundle
Returns:
com.ibm.connector2.ims.db.IMSJdbcErrorMessages

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.String
inserts - java.lang.Object[]
Returns:
java.lang.String


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