catch (Exception e)
{
throw new ParseException("Attribute 'class' is not valid", e, getLocator());
}
beanInfo = new SharedBeanInfo(expressionClass);
final String resultType = attrs.getValue(getUri(), "result");
if (resultType == null)
{
throw new ParseException("Attribute 'result' is undefined", getLocator());