Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.importExport.model.content.common
Class ImportExportErrorBundle

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.ListResourceBundle
          extended by oracle.jbo.common.CheckedListResourceBundle
              extended by oracle.apps.fnd.applcore.importExport.model.content.common.ImportExportErrorBundle

public class ImportExportErrorBundle
extends oracle.jbo.common.CheckedListResourceBundle


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.ResourceBundle
java.util.ResourceBundle.Control
 
Field Summary
static java.lang.String BAD_COMMENT_DATA_KEY
           
static java.lang.String FULLY_QUALIFIED_CLASS_NAME
           
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
ImportExportErrorBundle()
           
 
Method Summary
static java.util.ResourceBundle getBundle()
          Get a handle to this resource bundle whilst taking care of the locale and also if running in design time.
 java.lang.Object[][] getContents()
           
static java.lang.String getMLSString(java.lang.String key)
          Gets a string for the given key from this resource bundle.
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject, handleKeySet
 
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FULLY_QUALIFIED_CLASS_NAME

public static final java.lang.String FULLY_QUALIFIED_CLASS_NAME
See Also:
Constant Field Values

BAD_COMMENT_DATA_KEY

public static final java.lang.String BAD_COMMENT_DATA_KEY
See Also:
Constant Field Values
Constructor Detail

ImportExportErrorBundle

public ImportExportErrorBundle()
Method Detail

getContents

public java.lang.Object[][] getContents()
Specified by:
getContents in class oracle.jbo.common.CheckedListResourceBundle

getBundle

public static java.util.ResourceBundle getBundle()
Get a handle to this resource bundle whilst taking care of the locale and also if running in design time.

Returns:
instance of this resource bundle.

getMLSString

public static final java.lang.String getMLSString(java.lang.String key)
Gets a string for the given key from this resource bundle.

Parameters:
key - the key for the desired string
Returns:
the string for the given key
Throws:
java.lang.NullPointerException - if key is null
java.lang.ClassCastException - if the object found for the given key is not a string
See Also:
ResourceBundle.getString(java.lang.String)

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.