Oracle® OLAP Analytic Workspace Java API Reference
10g Release 2 (10.2)

B14351-01

oracle.AWXML
Class AWExceptionMessageResources

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--oracle.AWXML.AWExceptionMessageResources

public class AWExceptionMessageResources
extends java.util.ListResourceBundle

Contains locale-specific objects related to the oracle.AWXML package. These objects can be used to adapt the Analytic Workspace Java API to a particular locale. For more information on resource bundles, see the Sun Microsystems Java documentation.


Fields inherited from class java.util.ResourceBundle
parent

Constructor Summary
AWExceptionMessageResources()

Method Summary
java.lang.Object[][] getContents()
Gets the locale-specific objects in this AWExceptionMessageResources.

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

AWExceptionMessageResources

public AWExceptionMessageResources()

Method Detail

getContents

public java.lang.Object[][] getContents()
Gets the locale-specific objects in this AWExceptionMessageResources.
Overrides:
getContents in class java.util.ListResourceBundle
Returns:
An array of locale-specific objects that are stored in this AWExceptionMessageResources.

Oracle® OLAP Analytic Workspace Java API Reference
10g Release 2 (10.2)

B14351-01

Copyright © 2003, 2005 Oracle. All rights reserved.