changed: #raiseRequest
authorClaus Gittinger <cg@exept.de>
Sat, 10 Jul 2010 19:49:23 +0200
changeset 12940 33ad32d0a4de
parent 12939 aa4983b38cbf
child 12941 967f28e7c0b1
changed: #raiseRequest infoPrint with CR
GenericException.st
--- a/GenericException.st	Sat Jul 10 09:37:34 2010 +0200
+++ b/GenericException.st	Sat Jul 10 19:49:23 2010 +0200
@@ -2016,7 +2016,7 @@
             WrongProceedabilityError raiseRequestWith:signal
         ] ifFalse:[
             self class name infoPrint.
-            ' [warning]: raised with wrong proceedability: ' infoPrint.
+            ' [warning]: raised with wrong proceedability' infoPrintCR.
         ]
     ].
 
@@ -2024,7 +2024,7 @@
     ^ self doRaise
 
     "Modified: / 04-08-1999 / 08:05:12 / stefan"
-    "Modified: / 04-10-2007 / 19:22:34 / cg"
+    "Modified: / 10-07-2010 / 19:48:42 / cg"
 !
 
 raiseRequestWith:aParameter errorString:aString
@@ -2132,11 +2132,11 @@
 !GenericException class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.124 2009-12-01 20:03:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.125 2010-07-10 17:49:23 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.124 2009-12-01 20:03:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.125 2010-07-10 17:49:23 cg Exp $'
 ! !
 
 GenericException initialize!