Oracle® OLAP Java API Reference
11g Release 2 (11.2)

E10794-03

oracle.olapi.resource
Class ExceptionBundle_sk

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

public final class ExceptionBundle_sk
extends java.util.ListResourceBundle

Contains locale-specific messages for the Exception classes in the Oracle OLAP Java API. This class extends the java.util.ListResourceBundle class. For information on that class, see the Sun Microsystems Java documentation at ListResourceBundle.

See Also:
HasLocalizedMessage

Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
ExceptionBundle_sk()
           
 
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
 
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_sk

public ExceptionBundle_sk()
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.

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