FishEye: Tag 36763 refers to a dead (removed) revision in file `APPS/common/ErrorHandling/ErrorHandler.cls.xml'. FishEye: No comparison available. Pass `N' to diff? Index: APPS/EC/InterneVerkoopService.cls.xml =================================================================== diff -u -r33405 -r36763 --- APPS/EC/InterneVerkoopService.cls.xml (.../InterneVerkoopService.cls.xml) (revision 33405) +++ APPS/EC/InterneVerkoopService.cls.xml (.../InterneVerkoopService.cls.xml) (revision 36763) @@ -30,7 +30,7 @@ Do OperatieScope.Gelukt() } Catch { Do OperatieScope.Gefaald() - Do ##class(APPS.common.ErrorHandling.ErrorHandler).LogEnRethrow() + Do ##class(TECH.ExceptionHandler).LogEnRethrow(##class(TECH.ExceptionHandler).Catch()) } Quit @@ -47,8 +47,8 @@ Set ParameterToDtoVisitor = ##class(APPS.VKP.Maatwerk.impl.ParameterToDtoVisitor).%New() Do ParametersImpl.Accept(ParameterToDtoVisitor) Set ConfiguratorParameters = ParameterToDtoVisitor.GeefConfiguratorParameters() - }Catch E{ - Do ##class(APPS.common.ErrorHandling.ErrorHandler).LogEnRethrow() + }Catch { + Do ##class(TECH.ExceptionHandler).LogEnRethrow(##class(TECH.ExceptionHandler).Catch()) } Quit ConfiguratorParameters ]]> @@ -96,8 +96,8 @@ { Do ##class(TECH.ExceptionHandler).Throw(##class(TECH.Exceptions.StatusException).%New(##class(TECH.enu.ExceptionCode).SaveFailed(),"De data die de aangemaakte producten beschrijft kon niet worden opgeslagen",Status)) } - }Catch E{ - Do ##class(APPS.common.ErrorHandling.ErrorHandler).LogEnRethrow() + }Catch { + Do ##class(TECH.ExceptionHandler).LogEnRethrow(##class(TECH.ExceptionHandler).Catch()) } ]]> @@ -117,8 +117,8 @@ } Do ..BestelWinkelkarIntern(Applicatie, WinkelkarID, DocumentType, DocumentID) - }Catch E{ - Do ##class(APPS.common.ErrorHandling.ErrorHandler).LogEnRethrow() + }Catch { + Do ##class(TECH.ExceptionHandler).LogEnRethrow(##class(TECH.ExceptionHandler).Catch()) } ]]> FishEye: Tag 36763 refers to a dead (removed) revision in file `AMF/common/ErrorHandling/ErrorHandler.cls.xml'. FishEye: No comparison available. Pass `N' to diff?