class: GenericException
authorClaus Gittinger <cg@exept.de>
Sat, 24 Aug 2013 14:24:21 +0200
changeset 15692 a88a02fdd218
parent 15691 80911ed523c0
child 15693 eb98bc67197f
class: GenericException comment/format in: #doCallHandler:
GenericException.st
--- a/GenericException.st	Fri Aug 23 19:28:01 2013 +0200
+++ b/GenericException.st	Sat Aug 24 14:24:21 2013 +0200
@@ -222,7 +222,6 @@
     self raiseErrorString:messageText
 ! !
 
-
 !GenericException class methodsFor:'accessing'!
 
 errorString
@@ -1949,7 +1948,7 @@
 !
 
 doCallHandler:aHandlerBlock
-    "call the handler proper
+    "call the handler proper - if the handler falls through, return the handler's value
      - an extra method is needed to have a raise-marked context around.
        i.e. do not inline this into #doRaise !! 
        (see implementation of #reject and #proceed).
@@ -2356,11 +2355,11 @@
 !GenericException class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.146 2013-08-22 13:01:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.147 2013-08-24 12:24:21 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.146 2013-08-22 13:01:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.147 2013-08-24 12:24:21 cg Exp $'
 ! !