Next:
Signal-built ins
, Up:
Signal
1.150.1 Signal: accessing
argument
Answer the first argument of the receiver
argumentCount
Answer how many arguments the receiver has
arguments
Answer the arguments of the receiver
basicMessageText
Answer an exception's message text. Do not override this method.
description
Answer the description of the raised exception
exception
Answer the CoreException that was raised
messageText
Answer an exception's message text.
messageText: aString
Set an exception's message text.
tag
Answer an exception's tag value. If not specified, it is the same as the message text.
tag: anObject
Set an exception's tag value. If nil, the tag value will be the same as the message text.