Integer.st
changeset 11125 89eb8912ef38
parent 11095 b3998b045684
child 11223 7536833995bb
--- a/Integer.st	Wed Aug 06 11:53:07 2008 +0200
+++ b/Integer.st	Wed Aug 06 11:53:27 2008 +0200
@@ -391,7 +391,7 @@
 
 readFromRomanString:aStringOrStream
     "convert a string or stream containing a roman representation into an integer.
-     Raises an exception, if the inputs format is completely wrong.
+     Raises a RomanNumberFormatError, if the inputs format is completely wrong.
      Raises BadRomanNumberFormatError if its wrong, but could be parsed.
      Notifies via NaiveRomanNumberFormatNotification, if its a bit wrong (naive format).
      Will read both real and naive roman numbers (see printRomanOn: vs. printRomanOn:naive:),
@@ -3527,7 +3527,7 @@
 !Integer class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Integer.st,v 1.196 2008-07-24 09:58:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Integer.st,v 1.197 2008-08-06 09:53:27 cg Exp $'
 ! !
 
 Integer initialize!