[Newbies] Continue/Ignore error

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Tue Sep 3 11:48:20 UTC 2019


Btw, you can ignore any Exception using #resumeUnchecked:. But whether this makes sense depends on your concrete use case ...

________________________________
Von: Beginners <beginners-bounces at lists.squeakfoundation.org> im Auftrag von tty <gettimothy at zoho.com>
Gesendet: Freitag, 30. August 2019 14:37:48
An: beginners at lists.squeakfoundation.org
Betreff: Re: [Newbies] Continue/Ignore error

Well, after poking around seeing what I could do, it appears that Errors are
not resumeable.


Error>>
isResumable
        "Determine whether an exception is resumable."

        ^ false

So, I have to prevent the error from occuring in the first place.



--
Sent from: http://forum.world.st/Squeak-Beginners-f107673.html
_______________________________________________
Beginners mailing list
Beginners at lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/beginners/attachments/20190903/4550bb45/attachment.html>


More information about the Beginners mailing list