Skip navigation links

Oracle® OLAP Java API Reference
12c Release 1 (12.1)

E17708-05


oracle.olapi.resource
Class ExceptionBundle

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


public final class ExceptionBundle
extends java.util.ListResourceBundle

Contains locale-specific messages for the Exception classes in the Oracle OLAP Java API.

See Also:
HasLocalizedMessage

Nested Class Summary

 

Nested classes/interfaces inherited from class java.util.ResourceBundle
java.util.ResourceBundle.Control

 

Field Summary

 

Fields inherited from class java.util.ResourceBundle
parent

 

Constructor Summary
ExceptionBundle()
           

 

Method Summary
 java.lang.Object[][] getContents()
          Gets the keys and locale-specific values in the ExceptionBundle.

 

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

 

Constructor Detail

ExceptionBundle

public ExceptionBundle()

Method Detail

getContents

public java.lang.Object[][] getContents()
Gets the keys and locale-specific values in the ExceptionBundle.
Specified by:
getContents in class java.util.ListResourceBundle
Returns:
An array of arrays of String objects that contain the error message keys and locale-specific values that are stored in the ExceptionBundle.

Skip navigation links

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