Uses of Class
com.ibm.jsdt.facade.InvalidVariableValueException

Packages that use InvalidVariableValueException
com.ibm.jsdt.facade The facade package enables solution providers to perform dynamic solution configuration based on the environment of the systems they are targeting. 
 

Uses of InvalidVariableValueException in com.ibm.jsdt.facade
 

Methods in com.ibm.jsdt.facade that throw InvalidVariableValueException
 void VariableConfiguration.setSharedVariableValue(java.lang.String variableName, java.lang.String value)
          Overrides the current value of the specified shared variable.
 void VariableConfiguration.setSharedVariableValue(java.lang.String variableName, java.lang.String value, boolean overrideValue)
          Sets the default value or the current value of the specified shared variable depending on the value of the overrideValue boolean that is passed in.
 void VariableConfiguration.setVariableValue(java.lang.String taskID, java.lang.String applicationID, java.lang.String variableName, java.lang.String value)
          Overrides the current value of the specified variable.
 void VariableConfiguration.setVariableValue(java.lang.String taskID, java.lang.String applicationID, java.lang.String variableName, java.lang.String value, boolean overrideValue)
          Sets the default value or the current value of the specified variable depending on the value of the overrideValue boolean that is passed in.
 void VariableConfiguration.setVariableValueByKey(java.lang.String key, java.lang.String value)
          Overrides the current value of the specified variable.
 void VariableConfiguration.setVariableValueByKey(java.lang.String key, java.lang.String value, boolean overrideValue)
          Sets the default value or the current value of the specified variable depending on the value of the overrideValue boolean that is passed in.