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