comparison flys-backend/src/main/java/de/intevation/flys/importer/ImportRiver.java @ 3659:36edf9a71cbd

backend: Mention backend errors in importer. flys-backend/trunk@5253 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 23 Aug 2012 16:20:45 +0000
parents cc8fc6b29649
children 976ead36192d
comparison
equal deleted inserted replaced
3658:55c4b7442236 3659:36edf9a71cbd
1125 for (ImportMorphWidth width: morphologicalWidths) { 1125 for (ImportMorphWidth width: morphologicalWidths) {
1126 try { 1126 try {
1127 width.storeDependencies(river); 1127 width.storeDependencies(river);
1128 } 1128 }
1129 catch (SQLException sqle) { 1129 catch (SQLException sqle) {
1130 log.error("Error while parsing file for morph. width."); 1130 log.error("Error while parsing file for morph. width.", sqle);
1131 } 1131 }
1132 catch (ConstraintViolationException cve) { 1132 catch (ConstraintViolationException cve) {
1133 log.error("Error while parsing file for morph. width."); 1133 log.error("Error while parsing file for morph. width.", cve);
1134 } 1134 }
1135 } 1135 }
1136 } 1136 }
1137 } 1137 }
1138 1138

http://dive4elements.wald.intevation.org