/* 223 */ throw new RuntimeErrorException((Error)t, "Error in MBean when setting attribute '" + attribute.getName() + "'");
/* */ }
/* */ catch (IllegalArgumentException e)
/* */ {
/* 228 */ String valueType = null == attribute.getValue() ? "<null value>" : attribute.getValue().getClass().getName();
/* 229 */ throw new InvalidAttributeValueException("Attribute value mismatch while setting '" + attribute.getName() + "': " + valueType);
/* */ }
/* */ catch (Exception e)
/* */ {
/* 233 */ throw new ReflectionException(e, "Exception in AttributeProvider for setting '" + attribute.getName() + "'");
/* */ }