<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.45">
<TITLE>RE: Question about Exception</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Hello.</FONT>
</P>

<P><FONT SIZE=2>&gt; [Exception signal] on: Exception do: [:exception| Transcript show: </FONT>
<BR><FONT SIZE=2>'Exception !';cr]</FONT>
</P>

<P><FONT SIZE=2>Handler blocks should always do something with the exception.&nbsp; You can tell the exception to #resume (pretend nothing happened), #return/return: (drop the block and pretend it returned nil/anObject), etc.</FONT></P>

<P><FONT SIZE=2>&nbsp;</FONT>
<BR><FONT SIZE=2>By the way, handler blocks should never do a ^-return.</FONT>
</P>

<P><FONT SIZE=2>Andres.</FONT>
</P>

</BODY>
</HTML>