8687888990919293949596
Class<?> beanClass; try { beanClass = loadClass(entryName); } catch (ClassNotFoundException cnfex) { throw new DbOomException("Entry class not found: " + entryName, cnfex); } if (beanClass == null) { return; }