Index: WSimpl/Halux/PPS/MatService/GeefAfmetingenHelper.cls.xml =================================================================== diff -u -r66541 -r66589 --- WSimpl/Halux/PPS/MatService/GeefAfmetingenHelper.cls.xml (.../GeefAfmetingenHelper.cls.xml) (revision 66541) +++ WSimpl/Halux/PPS/MatService/GeefAfmetingenHelper.cls.xml (.../GeefAfmetingenHelper.cls.xml) (revision 66589) @@ -40,49 +40,69 @@ -BatchId:%Integer,Categorie:APPS.Halux.common.enu.Categorie +BatchId:%Integer,Categorie:APPS.Halux.common.enu.Categorie="" TECH.ListIterator + +Categorie:APPS.Halux.common.enu.Categorie +1 +%Boolean + + + UitvoeringInfoLijstArray:%ArrayOfObjects,InformatieID:%String,UitvoeringInfo:APPS.Halux.PPS.dto.UitvoeringInfo 1 @@ -113,7 +133,8 @@ } ElseIf (Categorie = ##class(APPS.Halux.common.enu.Categorie).TAORbox()) { Set ActiviteitGroep = ##class(APPS.Halux.PPS.Activiteit.impl.TAOR.Groep.TAORVoormontage).%New() } Else { - Do ##class(TECH.ExceptionHandler).Throw(##class(TECH.Exceptions.NotSupportedException).%New("MatService is niet geïmplementeerd voor Categorie '" _ Categorie _ "'")) + Set Exception = ##class(TECH.Exceptions.InvalidInputException).%New("MatService is niet geïmplementeerd voor Categorie '" _ Categorie _ "'.") + Do ##class(TECH.ExceptionHandler).Throw(Exception) } Quit ActiviteitGroep