|
|
6.150 SystemExceptions NotFound
- Defined in namespace Smalltalk SystemExceptions
- Category: Language-Exceptions
- I am raised when something is searched without success.
6.150.1 SystemExceptions NotFound class: accessing
- signalOn: value what: aString
- Raise an exception; aString specifies what was not found (a key, an object, a class, and so on).
6.150.2 SystemExceptions NotFound: accessing
- description
- Answer a textual description of the exception.
|