Next: , Previous: , Up: Object   [Index]


1.123.10 Object: error raising

doesNotUnderstand: aMessage

Called by the system when a selector was not found. message is a Message containing information on the receiver

error: message

Display a walkback for the receiver, with the given error message. Signal an ‘Error’ exception.

halt: message

Display a walkback for the receiver, with the given error message. Signal an ‘Halt’ exception.