Back: SystemExceptions.FileError-accessing Up: Base classes Forward: SystemExceptions.IndexOutOfRange class-signaling   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

1.167 SystemExceptions.IndexOutOfRange

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

1.167.1 SystemExceptions.IndexOutOfRange class: signaling  (class)
1.167.2 SystemExceptions.IndexOutOfRange: accessing  (instance)


1.167.1 SystemExceptions.IndexOutOfRange class: signaling

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


1.167.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.



Back: SystemExceptions.IndexOutOfRange class-signaling Up: SystemExceptions.IndexOutOfRange Forward: SystemExceptions.InvalidArgument   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on August, 19 2010 using texi2html