category changes
authorClaus Gittinger <cg@exept.de>
Wed, 06 Aug 2008 11:52:59 +0200
changeset 11121 74f30d8404d6
parent 11120 02bb5f001a25
child 11122 818cad3e5d40
category changes
BadRomanNumberFormatError.st
--- a/BadRomanNumberFormatError.st	Wed Aug 06 11:52:56 2008 +0200
+++ b/BadRomanNumberFormatError.st	Wed Aug 06 11:52:59 2008 +0200
@@ -9,14 +9,13 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 RomanNumberFormatError subclass:#BadRomanNumberFormatError
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Kernel-Exceptions-Errors'
+	category:'Magnitude-Numbers'
 !
 
 !BadRomanNumberFormatError class methodsFor:'documentation'!
@@ -33,10 +32,16 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+documentation
+"
+    raised if a roman number is out of range (such as MMMMMM)
+"
 ! !
 
 !BadRomanNumberFormatError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/BadRomanNumberFormatError.st,v 1.2 2003-08-29 19:15:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/BadRomanNumberFormatError.st,v 1.3 2008-08-06 09:52:59 cg Exp $'
 ! !