On Thu, 2008-09-25 at 17:26 -0500, Mark Volkmann wrote:
> Can someone point me to an example of how to raise and handle
> exceptions in Squeak Smalltalk? My Googling came up empty.
>
[
Transcript show: 'Here it is shown...'.
(Exception new messageText: 'and there it is thrown') signal
]
on: Exception
do: [:x| Transcript show: x messageText ]
Norbert
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners