GenericException.st
changeset 15681 3e8d83ce8f96
parent 15669 7f38f4a9fd43
child 15692 a88a02fdd218
--- a/GenericException.st	Thu Aug 22 15:01:32 2013 +0200
+++ b/GenericException.st	Thu Aug 22 15:01:38 2013 +0200
@@ -78,7 +78,7 @@
         return          - return from the Signal>>handle:do:, with nil as value
 
         returnWith:val  - same, but return val from Signal>>handle:do:
-                          (this is also the handlers default,
+                          (this is also the handler's default,
                            if it falls through; taking the handlerBlocks value
                            as return value)
 
@@ -1340,11 +1340,10 @@
 !
 
 rejected
-    "return true, if any other of the exceptions handlers has rejected
+    "return true, if any other of the exception's handlers has rejected
      Uncertain, if this is really interesting to anybody.
      This is only valid during handler execution.
-     (i.e. an outer handler can find out, if any other handler has already
-     rejected).
+     (i.e. an outer handler can find out, if any other handler has already rejected).
      Currently only used to change the 'unhandled-exception' messageText
      into 'rejected-exception' for the information, that there was a handler which rejected.
     "
@@ -2357,11 +2356,11 @@
 !GenericException class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.145 2013-08-22 12:49:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.146 2013-08-22 13:01:38 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.145 2013-08-22 12:49:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.146 2013-08-22 13:01:38 cg Exp $'
 ! !