com.google.visualization.datasource.base
Class ErrorMessages
java.lang.Object
java.util.ResourceBundle
java.util.ListResourceBundle
com.google.visualization.datasource.base.ErrorMessages
public class ErrorMessages
- extends 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.
| 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 |
ErrorMessages
public ErrorMessages()
getContents
public 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 ListResourceBundle
Copyright © 2012 Google. All Rights Reserved.