class: Signal
authorClaus Gittinger <cg@exept.de>
Thu, 29 May 2014 12:50:49 +0200
changeset 16501 b324161af19b
parent 16500 f23b937921c5
child 16502 d80457997839
class: Signal comment/format in: #creator
Signal.st
--- a/Signal.st	Thu May 29 12:50:36 2014 +0200
+++ b/Signal.st	Thu May 29 12:50:49 2014 +0200
@@ -193,7 +193,9 @@
 !Signal methodsFor:'accessing'!
 
 creator
-    "return the creator of the exception (for exception protocol compatibilty)"
+    "return the creator of the exception (for exception protocol compatibilty).
+     For class based exceptions, that is the exception class;
+     for signals, that is the signal itself."
 
     ^ self
 !
@@ -986,10 +988,10 @@
 !Signal class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.113 2013-06-05 11:25:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.114 2014-05-29 10:50:49 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.113 2013-06-05 11:25:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.114 2014-05-29 10:50:49 cg Exp $'
 ! !