com.ibm.spinner
Class SpinnerErrorMessageSource

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--com.ibm.spinner.SpinnerErrorMessageSource

public class SpinnerErrorMessageSource
extends java.util.ListResourceBundle

The resource bundle of all error messages.


Constructor Summary
SpinnerErrorMessageSource()
           
 
Method Summary
 java.lang.Object[][] getContents()
          Gets the contents of the resource bundle.
static java.lang.String getStringBy(java.lang.String str)
          Gets the specified string by the string index.
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpinnerErrorMessageSource

public SpinnerErrorMessageSource()
Method Detail

getContents

public java.lang.Object[][] getContents()
Gets the contents of the resource bundle.
Returns:
all contents contained in the resource bundle

getStringBy

public static java.lang.String getStringBy(java.lang.String str)
Gets the specified string by the string index.
Parameters:
str - the the index
Returns:
the string of the specified index