<br><br><div><span class="gmail_quote">2007/2/21, Andreas Raab &lt;<a href="mailto:andreas.raab@gmx.de">andreas.raab@gmx.de</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Use Squeak exception classes. I don&#39;t remember this exactly (it has been<br>more than ten years since I used it) but it went somewhat along the<br>lines that &quot;Object informationSignal&quot; would answer the exception class
<br>(Signal in VW?), #newSignal would create an instance and #raise would<br>raise the signal. Translated to Squeak that means roughly:<br><br>VW:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(Object informationSignal) newSignal raise<br>Squeak:&nbsp;&nbsp;(SomeExceptionClass)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; signal
</blockquote><div><br>Thanks, that&#39;s right, what I&#39;m looking for is the appropiate class equivalent (SomeExceptionClass) in Squeak.<br>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Someone please correct me if I remember this wrongly.<br><br>Cheers,<br>&nbsp;&nbsp; - Andreas<br><br><br>Alejandro Martínez wrote:<br>&gt; Hello. I&#39;m trying to figure out how to port a #newSignal message send<br>&gt; from a VisualWorks application (something like Object informationSignal
<br>&gt; newSignal) to Squeak, which lacks of Signal class. Does anybody know how<br>&gt; to do it or have a guideline for this?<br>&gt; Thanks<br>&gt;<br>&gt; Alejandro<br>&gt;<br>&gt;<br>&gt; ------------------------------------------------------------------------
<br>&gt;<br>&gt;<br><br><br></blockquote></div><br>