?
=?ISO-8859-1?Q?Thomas_Gagn=E9?=
Is there a way of continuing processing from the point (or just after) a
throw? Rather than retrying everything inside try {} I'm wondering if
once inside the catch {} I can fix whatever the problem was (or ignore
it) and continue precisely from where I left off. In this specific case
putting the try{} inside a while {} isn't practical.
throw? Rather than retrying everything inside try {} I'm wondering if
once inside the catch {} I can fix whatever the problem was (or ignore
it) and continue precisely from where I left off. In this specific case
putting the try{} inside a while {} isn't practical.