Hi, I've another question, I've googled this one and fiddled with the code till I'm blue in the face but I'm still confused.
With regard to the code below, I thought flow would be as follows.
main()->raid()->try->Exception()->catch->Arithmetic Exception->finally
But I was wrong, the arithmetic exception is not reported, if I comment out the finally an arithmetic exception is thrown.
To me it appears this may happen because the arithmetic exception is unchecked and the finally must run therefore the runtime exception is ignored ?
Anyone able to confirm this or set me straight please?
Thanks in advance,
Jason
Output
[ February 09, 2006: Message edited by: Jason Keating ]