ProcessorScheduler.st
changeset 11585 0bf923748b73
parent 11584 39e6ec350c15
child 11590 f98b955212c2
--- a/ProcessorScheduler.st	Fri Feb 20 15:28:10 2009 +0100
+++ b/ProcessorScheduler.st	Fri Feb 20 15:30:34 2009 +0100
@@ -2887,7 +2887,7 @@
                         [true] whileTrue:[
                             [
                                 self timeoutHandlerProcessLoop
-                            ] on:GenericException do:[:ex|
+                            ] on:Exception do:[:ex|
                                 "ignore errors, but tell the user"
                                 ('ProcessorScheduler [warning]: error while handling timeouts in TimeoutHandlerProcess: ''' , ex description , '''') infoPrintCR.
 "/                                thisContext fullPrintAll.
@@ -3364,7 +3364,7 @@
 !ProcessorScheduler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.248 2009-02-20 14:28:10 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.249 2009-02-20 14:30:34 stefan Exp $'
 ! !
 
 ProcessorScheduler initialize!