Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-01


oracle.olapi.resource
Class ExceptionBundle_ca

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.ListResourceBundle
          extended by oracle.olapi.resource.ExceptionBundle_ca


public final class ExceptionBundle_ca
extends java.util.ListResourceBundle

Contains locale-specific exception messages for all olapi packages. For more information on resource bundles, see the Sun Microsystems Java documentation.


Field Summary

 

Fields inherited from class java.util.ResourceBundle
parent

 

Constructor Summary
ExceptionBundle_ca()
           

 

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

 

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

ExceptionBundle_ca

public ExceptionBundle_ca()

Method Detail

getContents

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

Skip navigation links

Copyright © 2002, 2007, Oracle. All rights reserved.