261262263264265266267268269270271
result = getStringValue(); break; } if (exception != null) { throw new InvalidAttrValueException("While trying to format '" + getValue() + "' as " + type, exception); } return result; }