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


Von: Beginners <beginners-bounces@lists.squeakfoundation.org> im Auftrag von tty <gettimothy@zoho.com>
Gesendet: Freitag, 30. August 2019 14:37:48
An: beginners@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@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners