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

6.138 SystemExceptions ArgumentOutOfRange

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

6.138.1 SystemExceptions ArgumentOutOfRange class: signaling  (class)
6.138.2 SystemExceptions ArgumentOutOfRange: accessing  (instance)


6.138.1 SystemExceptions ArgumentOutOfRange class: signaling

signalOn: value mustBeBetween: low and: high
Raise the exception. The given value was not between low and high.


6.138.2 SystemExceptions ArgumentOutOfRange: accessing

description
Answer a textual description of the exception.

high
Answer the highest value that was permitted.

high: aMagnitude
Set the highest value that was permitted.

low
Answer the lowest value that was permitted.

low: aMagnitude
Set the lowest value that was permitted.




This document was generated on May, 12 2002 using texi2html