Well, with the current switch statement you can't switch on error groups so it would very rarely be useful.
/ Martin Stjernholm, Roxen IS
Previous text:
2003-10-01 22:33: Subject: Re: throw or return
| catch { | ...->accept(); | } | handle (Exception e) | { | if (e->system_error && e->errno==EAGAIN) | continue; | }
;-)
I think this structure is the best, if you want to switch you could always do that.
/ Mirar