class: Object
authorClaus Gittinger <cg@exept.de>
Thu, 26 Mar 2015 12:16:56 +0100
changeset 18151 abf5900dc119
parent 18150 2262a10f9930
child 18152 6601fa294256
class: Object added: #isSignalledException category of:
Object.st
--- a/Object.st	Thu Mar 26 11:20:36 2015 +0100
+++ b/Object.st	Thu Mar 26 12:16:56 2015 +0100
@@ -650,6 +650,12 @@
     ^ false
 !
 
+isSignalledException
+    "VW compatibility"
+
+    ^ self isException
+!
+
 keyNotFoundError:aKey
     "VW compatibility"
 
@@ -10194,11 +10200,11 @@
 !Object class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.793 2015-03-26 10:17:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.794 2015-03-26 11:16:56 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.793 2015-03-26 10:17:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.794 2015-03-26 11:16:56 cg Exp $'
 !
 
 version_SVN