GenericException.st
branchjv
changeset 21042 edb2e7f82c62
parent 21024 8734987eb5c7
parent 21038 700b08276e03
child 23545 22577f834a76
--- a/GenericException.st	Thu Nov 24 06:40:21 2016 +0100
+++ b/GenericException.st	Fri Nov 25 07:07:27 2016 +0100
@@ -224,6 +224,7 @@
     self raiseErrorString:messageText
 ! !
 
+
 !GenericException class methodsFor:'accessing'!
 
 errorString
@@ -1106,6 +1107,10 @@
 
 !GenericException class methodsFor:'testing'!
 
+isAbstract
+    ^ self == GenericException
+!
+
 isControlInterrupt
     ^ false