String msg = "Error when trying to replace old context '" + oldContext + "' with new context '" +
newContext + "' and index '" + lookupIndex + "': " + ParseUtils.getRootCause(e).toString();
if(LOGGER.isErrorEnabled()) LOGGER.error(msg, e);
throw new ExpressionEvaluationException(msg, e);
}
}