Object value = kernel.getAttribute(abstractName, attribute);
attributeList.add(i, new Attribute(attribute, value));
} catch (NoSuchAttributeException e) {
// ignored - caller will simply find no value
} catch (GBeanNotFoundException e) {
throw new InstanceNotFoundException(name.getCanonicalName());
} catch (InternalKernelException e) {
throw new ReflectionException(unwrapInternalKernelException(e));
} catch (Exception e) {
// ignored - caller will simply find no value
}