8182838485868788899091
throws ConfigException { try { CustomBeanConfig customBean = (CustomBeanConfig) bean; customBean.addAdd((ConfigProgram) value); } catch (Exception e) { throw ConfigException.create(e); } }
979899100101102103104105106107
throws ConfigException { try { CustomBeanConfig customBean = (CustomBeanConfig) bean; customBean.addAdd(new TextAddProgram(text)); } catch (Exception e) { throw ConfigException.create(e); } }