#DOCUMENTATION by stefan
authorStefan Vogel <sv@exept.de>
Thu, 24 Nov 2016 17:55:31 +0100
changeset 21038 700b08276e03
parent 21037 152fe5102be0
child 21039 49823ec25298
#DOCUMENTATION by stefan class: GenericException changed: #isAbstract
GenericException.st
--- a/GenericException.st	Thu Nov 24 17:55:12 2016 +0100
+++ b/GenericException.st	Thu Nov 24 17:55:31 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