/* */ {
/* 125 */ ModelMBeanAttributeInfo mmbAttribute = (ModelMBeanAttributeInfo)attribute;
/* 126 */ Descriptor desc = mmbAttribute.getDescriptor();
/* 127 */ if ((desc != null) && (desc.getFieldValue("setMethod") != null))
/* */ {
/* 129 */ setter = mmap.lookupSetter(mmbAttribute);
/* 130 */ if (setter == null)
/* */ {
/* 132 */ throw new IntrospectionException("no setter method found for attribute: " + attribute.getName());
/* */ }
/* */ }