class: GenericException
authorClaus Gittinger <cg@exept.de>
Tue, 25 Feb 2014 14:40:34 +0100
changeset 16148 557ac33b7ef8
parent 16147 00010c63a9ef
child 16149 d00518720907
class: GenericException changed: #signal
GenericException.st
--- a/GenericException.st	Tue Feb 25 14:32:13 2014 +0100
+++ b/GenericException.st	Tue Feb 25 14:40:34 2014 +0100
@@ -1393,7 +1393,7 @@
      This will change in the near future; please use #creator to get
      the creator. Marked as obsolete, until the change is done!!"
 
-    self obsoleteFeatureWarning:'meaning of #signal will change. Use #creator'.
+    self obsoleteFeatureWarning:'meaning of #signal will change. Use #creator to access it, #raiseSignal to raise me'.
     ^ self creator.
 !
 
@@ -2360,11 +2360,11 @@
 !GenericException class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.148 2014-02-05 17:17:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.149 2014-02-25 13:40:34 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.148 2014-02-05 17:17:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.149 2014-02-25 13:40:34 cg Exp $'
 ! !