Uses of Class
org.openbandy.pref.InvalidValueException

Packages that use InvalidValueException
org.openbandy.pref   
 

Uses of InvalidValueException in org.openbandy.pref
 

Methods in org.openbandy.pref that throw InvalidValueException
static boolean Preferences.getBooleanValue(java.lang.String name)
          Reads the boolean preference with the given name from the persistent store.
static int Preferences.getIntValue(java.lang.String name)
          Reads the int preference with the given name from the persistent store.
static void Preferences.setBooleanValue(java.lang.String name, boolean value)
          Set the value of the preference that is identified with the given name string to the given value.
static void Preferences.setIntValue(java.lang.String name, int value)
          Set the value of the preference that is identified with the given name string to the given value.
static void Preferences.setValue(java.lang.String name, java.lang.String value)
          Set the value of the preference that is identified with the given name string to the given value.