com.google.visualization.datasource.base
Class ErrorMessages

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.ListResourceBundle
          extended by com.google.visualization.datasource.base.ErrorMessages

public class ErrorMessages
extends java.util.ListResourceBundle

A resource bundle that contains all the error messages for a datasource in the en-US locale. This is the default locale used in this library.

Author:
Yaniv S.

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
ErrorMessages()
           
 
Method Summary
 java.lang.Object[][] getContents()
          Returns the error messages.
 
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

ErrorMessages

public ErrorMessages()
Method Detail

getContents

public java.lang.Object[][] getContents()
Returns the error messages. Note that this method exposes the inner array. This means it can be changed by the outside world. We are not cloning here to avoid the computation time hit. Please do not change the inner values unless you know what you are doing.

Specified by:
getContents in class java.util.ListResourceBundle


Copyright © 2009 Google. All Rights Reserved.