19202122232425
return ret; } private static void error(String msg) { log.error(msg); throw new BeanDefinitionParsingException(msg); }
145146147148149150151
* @param msg * 异常信息 */ protected void error(String msg) { log.error(msg); throw new BeanDefinitionParsingException(msg); }
20212223242526
891011121314
protected static Log log = LogFactory.getInstance().getLog("firefly-system"); protected void error(String msg) { log.error(msg); throw new BeanDefinitionParsingException(msg); }
15161718192021
return beanDefinitions; } protected void error(String msg) { log.error(msg); throw new BeanDefinitionParsingException(msg); }
141142143144145146147
return ret; } protected void error(String msg) { log.error(msg); throw new BeanDefinitionParsingException(msg); }