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


1.72.3 Exception class: instance creation

new

Create an instance of the receiver, which you will be able to signal later.

signal

Create an instance of the receiver, give it default attributes, and signal it immediately.

signal: messageText

Create an instance of the receiver, set its message text, and signal it immediately.