diff -r c314246cb2a5 -r d7039e2ae776 NonIntegerIndexError.st --- 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 $' ! !