#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sat, 07 Dec 2019 17:59:21 +0100
changeset 25084 d5f63bded783
parent 25083 145751b52d1a
child 25085 8bcc521a9e18
#DOCUMENTATION by cg class: GenericException comment/format in: #errorString: #messageText:
GenericException.st
--- a/GenericException.st	Sat Dec 07 17:59:09 2019 +0100
+++ b/GenericException.st	Sat Dec 07 17:59:21 2019 +0100
@@ -1360,12 +1360,13 @@
 
 errorString:aString
     "set the messageText.
-     If it starts with a space, the signals messageText is prepended,
+     If it starts with a space, the signal's messageText is prepended,
      if it ends with a space, it is appended.
 
      #errorString: does the same as messageText:,
      but should be used for errors and exceptions, 
-     whereas messageText: should be used for notifications and queries"
+     whereas messageText: should be used for notifications and queries
+     (for documentation only)"
 
     messageText := aString
 
@@ -1436,7 +1437,8 @@
 
      messageText: does the same as errorString:,
      but should be used for notifications and queries, 
-     whereas errorString: should be used for errors and exceptions"
+     whereas errorString: should be used for errors and exceptions
+     (for documentation only)"
 
     messageText := aString