274275276277278279280
msg.append("groupId="); msg.append(groupId); msg.append(StringPool.CLOSE_CURLY_BRACE); throw new NoSuchLocationException(msg.toString()); }
325326327328329330331
10701071107210731074107510761077107810791080
if (location == null) { if (_log.isWarnEnabled()) { _log.warn(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + primaryKey); } throw new NoSuchLocationException(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + primaryKey); } return remove(location); }
12251226122712281229123012311232123312341235
if (location == null) { if (_log.isWarnEnabled()) { _log.warn(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + primaryKey); } throw new NoSuchLocationException(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + primaryKey); } return location; }