Index: TECH/Exceptions/RuntimeException.cls.xml =================================================================== diff -u -r1931 -r34134 --- TECH/Exceptions/RuntimeException.cls.xml (.../RuntimeException.cls.xml) (revision 1931) +++ TECH/Exceptions/RuntimeException.cls.xml (.../RuntimeException.cls.xml) (revision 34134) @@ -48,5 +48,15 @@ Quit Tekst ]]> + + +1 +%String +",2)):$TEXT(@$P(%v,">",2,32767)), 1:"") + + Quit "Text op lijn: "_$C(9)_$$$Trim($$$ErrorToLine($ZError))_$$$CRLF +]]> + Index: TECH/Exceptions/Exception.cls.xml =================================================================== diff -u -r1976 -r34134 --- TECH/Exceptions/Exception.cls.xml (.../Exception.cls.xml) (revision 1976) +++ TECH/Exceptions/Exception.cls.xml (.../Exception.cls.xml) (revision 34134) @@ -2,7 +2,7 @@ 1 -TECH.IException,%RegisteredObject +TECH.IException,TECH.RegisteredObject 0 @@ -51,6 +51,7 @@ Set Tekst = "" Set Tekst = Tekst_"Omschrijving: "_$C(9)_..GeefOmschrijving()_$C(13,10) Set Tekst = Tekst_"ErrorCode: "_$C(9)_..GeefExceptionCode()_$C(13,10) + Set:($length(..GeefTekstOpLijn())) Tekst = Tekst_..GeefTekstOpLijn() Set Tekst = Tekst_"Tijdstip: "_$C(9)_..GeefTijdstip()_$C(13,10) If $IsObject(..InnerException){ @@ -62,6 +63,15 @@ ]]> + + +Overschrijven in klasse TECH.Exceptions.RuntimeException +1 +%String + + + TECH.IException