try {
ConverterIF converter = converterItem.getConverter();
converter.setData(converterItem.getConverterData());
} catch(PipeComponentCreationException e) {
logEntry.logMessage("Pipe Converter component #" + converterIndex
+ " cannot be loaded, aborting", this, MessageLogger.ERROR);
Environment.getInstance().log("Error loading Converter component #" + converterIndex +
" for Pipe \"" + getName() + "\"", e);
setExecutionEndInfo(new Date(), System.currentTimeMillis()-start, LogEntry.STATUS_CONVERSION_ERROR);
addLogEntry(logEntry, LogEntry.STATUS_CONVERSION_ERROR);