Index: APPS/TRANSP/GLS/GLSv1/impl/VerzendWijzeBepaler.cls.xml =================================================================== diff -u -r40370 -r42093 --- APPS/TRANSP/GLS/GLSv1/impl/VerzendWijzeBepaler.cls.xml (.../VerzendWijzeBepaler.cls.xml) (revision 40370) +++ APPS/TRANSP/GLS/GLSv1/impl/VerzendWijzeBepaler.cls.xml (.../VerzendWijzeBepaler.cls.xml) (revision 42093) @@ -17,7 +17,8 @@ Try { #dim GemiddeldGewicht As %Decimal = (TotaalGewicht/LeveringInfo.AantalVerpakkingEenhedenTotaal) } Catch { - Set Exception = ##class(TECH.Exceptions.InvalidInputException).%New("Kon GemiddeldGewicht niet berekenen voor LeveringInfo '"_LeveringInfo.Referentie_"' aan klantID '"_LeveringInfo.GeleverdAanKlantID_"'.") + Set Exception = ##class(TECH.Exceptions.InvalidInputException).%New("Kon gemiddeld gewicht niet berekenen voor levering '"_LeveringInfo.Referentie_"' aan klant '"_LeveringInfo.GeleverdAanKlantNummer_"'.") + do Exception.VoegToeExtraInfo($$ObjToText^vhLib(LeveringInfo)) Do Exception.VoegToeInnerExceptie(##class(TECH.ExceptionHandler).Catch()) Do ##class(TECH.ExceptionHandler).Throw(Exception) }