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

1.177 SystemExceptions.NotFound

Defined in namespace Smalltalk.SystemExceptions
Superclass: SystemExceptions.InvalidArgument
Category: Language-Exceptions
I am raised when something is searched without success.

1.177.1 SystemExceptions.NotFound class: accessing  (class)
1.177.2 SystemExceptions.NotFound: accessing  (instance)


1.177.1 SystemExceptions.NotFound class: accessing

signalOn: value reason: aString
Raise an exception: reason specifies the reason of the exception.

signalOn: value what: aString
Raise an exception; aString specifies what was not found (a key, an object, a class, and so on).


1.177.2 SystemExceptions.NotFound: accessing

description
Answer a textual description of the exception.



Back: SystemExceptions.NotFound class-accessing Up: SystemExceptions.NotFound Forward: SystemExceptions.NotImplemented   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