Index: Tools/CodeGen/EnumeratieVerwerkerGenerator.cls.xml
===================================================================
diff -u -r1151 -r1270
--- Tools/CodeGen/EnumeratieVerwerkerGenerator.cls.xml (.../EnumeratieVerwerkerGenerator.cls.xml) (revision 1151)
+++ Tools/CodeGen/EnumeratieVerwerkerGenerator.cls.xml (.../EnumeratieVerwerkerGenerator.cls.xml) (revision 1270)
@@ -82,7 +82,7 @@
Set VoorafgaandAanIf = $$$TAB_"} Else"
}
Do Methode.Implementation.WriteLine($$$TAB_"} Else {")
- Do Methode.Implementation.WriteLine($$$TAB_$$$TAB_"Set Exceptie = ##class(TECH.Exceptions.EnumerationException).%New("_ParameterVariabeleNaam_")")
+ Do Methode.Implementation.WriteLine($$$TAB_$$$TAB_"Set Exceptie = ##class(TECH.Exceptions.EnumerationException).%New("_ParameterVariabeleNaam_","""_KlasseNaam_""")")
Do Methode.Implementation.WriteLine($$$TAB_$$$TAB_"Do ##class(TECH.ExceptionHandler).Throw(Exceptie)")
Do Methode.Implementation.WriteLine($$$TAB_"}")
do Methode.%Save()
Index: TECH/Exceptions/EnumerationException.cls.xml
===================================================================
diff -u -r1115 -r1270
--- TECH/Exceptions/EnumerationException.cls.xml (.../EnumerationException.cls.xml) (revision 1115)
+++ TECH/Exceptions/EnumerationException.cls.xml (.../EnumerationException.cls.xml) (revision 1270)
@@ -5,6 +5,11 @@
1
TECH.Exceptions.AbstractOmschrijvingException
+
+%String
+1
+
+
TECH.enu.ExceptionCode
%String
-
+
+
+Omschrijving:%String,EnumeratieKlasse:%String=""
+1
+1
+%Status
+
+