conversionInts[i] = ((Integer)conversionList.get(i)).intValue();
} catch (NumberFormatException nfe) {
throw wrapper.invalidCodeSetNumber( nfe ) ;
} catch (NoSuchElementException nsee) {
throw wrapper.invalidCodeSetString( nsee, str ) ;
}
// Otherwise return the CodeSetComponent representing
// the given values
return new CodeSetComponent(nativeSet, conversionInts);