[View] [Edit] [Lock] [References] [Attachments] [History] [Home] [Changes] [Search] [Help]
MessageNotUnderstood
Important
Instance methods
message:VSES8Compatible
messageVSES8Compatible
Class methods
message:VSE
RECOMMENDATION: In order to compatibilize it is possible to add a class method on S8 side as follows:
! MessageNotUnderstood class methodsFor: #signaling-VSECompat !
message: msg
"Signal that the argument message was not understood."
^(self new message: msg) signal ! !
Secondary
Instance methods
defaultActionVSE
isResumableVSE
Instance methods
defaultDescriptionString
Class methods
defaultClass:, defaultClass: