NonIntegerIndexError.st
changeset 6210 d7039e2ae776
parent 5975 25a24298a177
child 7586 63e4900c8931
--- a/NonIntegerIndexError.st	Sat Nov 17 11:03:57 2001 +0100
+++ b/NonIntegerIndexError.st	Sat Nov 17 11:04:51 2001 +0100
@@ -4,12 +4,20 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Kernel-Exceptions'
+	category:'Kernel-Exceptions-Errors'
 !
 
+!NonIntegerIndexError class methodsFor:'documentation'!
+
+documentation
+"
+    raised when a non-integer index is used when accessing an 
+    arrayed collection.
+"
+! !
 
 !NonIntegerIndexError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/NonIntegerIndexError.st,v 1.1 2001-09-07 10:36:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/NonIntegerIndexError.st,v 1.2 2001-11-17 10:03:48 cg Exp $'
 ! !