branch feature/6890 created (now c3cf060)
This is an automated email from the git hooks/post-receive script. New change to branch feature/6890 in repository tutti. See http://git.codelutin.com/tutti.git at c3cf060 refs #6890 Amélioration du message d'erreur This branch includes the following new commits: new c3cf060 refs #6890 Amélioration du message d'erreur The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit c3cf060c67dc8ad7d6f08dd2a800876ad018070b Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Apr 15 08:58:18 2015 +0200 refs #6890 Amélioration du message d'erreur -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/6890 in repository tutti. See http://git.codelutin.com/tutti.git commit c3cf060c67dc8ad7d6f08dd2a800876ad018070b Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Apr 15 08:58:18 2015 +0200 refs #6890 Amélioration du message d'erreur --- .../tutti/service/genericformat/producer/CsvProducerForCatch.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/producer/CsvProducerForCatch.java b/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/producer/CsvProducerForCatch.java index b012c22..29c40cc 100644 --- a/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/producer/CsvProducerForCatch.java +++ b/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/producer/CsvProducerForCatch.java @@ -321,7 +321,8 @@ public class CsvProducerForCatch extends CsvProducer<CatchRow, CatchModel> { if (categoryWeight == null) { - throw new ApplicationTechnicalException("Il existe une catégorie de poids non renseignée pour l'espèce " + speciesBatch.getSpecies().getSurveyCode()); + throw new ApplicationTechnicalException(String.format("Campagne %s - Trait %s : Il existe une catégorie de poids non renseignée (lot %s)", operationExportContext.getCruise().getName(), operationExportContext.getOperationLabel(), childBatch.getId())); + } sampleComputedWeight += categoryWeight; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm