if (_value instanceof ContextAware)
{
ContextAware contextAware = (ContextAware) _value;
location = contextAware.getLocation();
}
throw new ContextAwareELException(location,
_value.getExpressionString(), "value", e);
}
}
// Call setValue()on the "target" ValueExpression with the resulting value.