if (paramValueStr.equals(s.trim()))
return; // matched, value is good
}
// didn't match any, error
throw new UnacceptableValueException(
adminStrings.getLocalString(
"adapter.command.unacceptableValue",
"Invalid parameter: {0}. Its value is {1} " +
"but it isn''t one of these acceptable values: {2}",
paramName,