Back: SystemExceptions FileError-accessing
Up: Class reference
Forward: SystemExceptions IndexOutOfRange class-signaling
 
Top: GNU Smalltalk User's Guide
Contents: Table of Contents
Index: Class index
About: About this document

6.144 SystemExceptions IndexOutOfRange

Defined in namespace Smalltalk SystemExceptions
Category: Language-Exceptions
I am raised when one invokes am accessor method with an index outside of its valid range.

6.144.1 SystemExceptions IndexOutOfRange class: signaling  (class)
6.144.2 SystemExceptions IndexOutOfRange: accessing  (instance)


6.144.1 SystemExceptions IndexOutOfRange class: signaling

signalOn: aCollection withIndex: value
The given index was out of range in aCollection.


6.144.2 SystemExceptions IndexOutOfRange: accessing

collection
Answer the collection that triggered the error

collection: anObject
Set the collection that triggered the error

description
Answer a textual description of the exception.

messageText
Answer an exception's message text.




This document was generated on May, 12 2002 using texi2html