GenericException.st
branchjv
changeset 18086 33a050555eb1
parent 18084 ab5b38bd8f81
parent 15669 7f38f4a9fd43
child 18091 abbcac10730e
--- a/GenericException.st	Wed Aug 21 11:51:30 2013 +0100
+++ b/GenericException.st	Fri Aug 23 11:44:50 2013 +0100
@@ -1937,7 +1937,8 @@
 doCallAction
     "call the action proper
      - needed an extra method to have a raise-marked context around
-       ( see implementation of #reject and #proceed)."
+       i.e. do not inline this into #doRaise !! 
+       (see implementation of #reject and #proceed)."
 
     <context: #return>
     <exception: #raise>
@@ -1948,7 +1949,9 @@
 doCallHandler:aHandlerBlock
     "call the handler proper
      - an extra method is needed to have a raise-marked context around.
-       (see implementation of #reject and #proceed)."
+       i.e. do not inline this into #doRaise !! 
+       (see implementation of #reject and #proceed).
+     - also redefinable (see CascadingNotification)"
 
     <context: #return>
     <exception: #raise>
@@ -2355,11 +2358,11 @@
 !GenericException class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.144 2013-08-16 17:55:22 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.145 2013-08-22 12:49:27 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.144 2013-08-16 17:55:22 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.145 2013-08-22 12:49:27 cg Exp $'
 !
 
 version_HG