catch (Exception ex)
{
String errorMessage = "Conversion error for " + data.getClass().getName() + ".";
log.warn(errorMessage, ex);
nested = new ErrorOutboundVariable(errorMessage);
}
ovs.add(nested);
}
// Group the list of converted objects into this OutboundVariable