ExceptionHandlerSet.st
changeset 4476 696ac99f2a52
parent 4473 793078981f01
child 4491 5041cae5651c
--- a/ExceptionHandlerSet.st	Sat Jul 31 15:54:18 1999 +0200
+++ b/ExceptionHandlerSet.st	Sat Jul 31 15:54:59 1999 +0200
@@ -169,8 +169,8 @@
     "Modified: / 26.7.1999 / 09:59:43 / stefan"
 !
 
-handlingSignalInContext:theContext
-    "answer the handling signal from aContext."
+handlingExceptionInContext:theContext
+    "answer the handling exceptionHandlerSet from aContext."
 
     ^ self
 ! !
@@ -270,5 +270,5 @@
 !ExceptionHandlerSet class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ExceptionHandlerSet.st,v 1.3 1999-07-31 12:43:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ExceptionHandlerSet.st,v 1.4 1999-07-31 13:54:39 cg Exp $'
 ! !