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