GenericException.st
branchjv
changeset 17800 142da80d8c82
parent 17797 71451ae83564
child 17807 06cc6c49e291
--- a/GenericException.st	Wed Sep 08 14:09:42 2010 +0100
+++ b/GenericException.st	Tue Oct 05 09:24:13 2010 +0100
@@ -1133,6 +1133,14 @@
     ^ self suspendedContext
 ! !
 
+!GenericException methodsFor:'Compatibility-V''Age'!
+
+exitWith:value
+    ^ self return:value
+
+    "Created: / 28-08-2010 / 14:43:23 / cg"
+! !
+
 !GenericException methodsFor:'accessing'!
 
 catchInDebugger
@@ -2265,15 +2273,15 @@
 !GenericException class methodsFor:'documentation'!
 
 version
-    ^ '$Id: GenericException.st 10570 2010-08-26 10:12:57Z vranyj1 $'
+    ^ '$Id: GenericException.st 10579 2010-10-05 08:24:13Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.126 2010/08/10 08:34:53 cg Exp '
+    ^ 'Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.127 2010/09/05 16:08:47 cg Exp '
 !
 
 version_SVN
-    ^ '$Id: GenericException.st 10570 2010-08-26 10:12:57Z vranyj1 $'
+    ^ '$Id: GenericException.st 10579 2010-10-05 08:24:13Z vranyj1 $'
 ! !
 
 GenericException initialize!
@@ -2281,3 +2289,4 @@
 
 
 
+