}
return xNumberFormatter.convertNumberToString(key, number);
} catch (Exception exception) {
UtilException utilException = new UtilException(exception
.getMessage());
utilException.initCause(exception);
throw utilException;
}
}
// ----------------------------------------------------------------------------