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