> >Take a look at some of the other sample applications and grep through
the
> >core source code for "catch" and you'll see what other sorts of
exceptions
> >you can catch.
>
> Actually, I should've mentioned that in my email before, since I'd seen
that,
> but there is only an 'XMLException' that's used in the samples. I had
put
> that in my code, but the exception that was thrown was still being caught
in
> the (...){ } segment.
As I said, if you grep the source code for "catch", you will find other
catch blocks.
Dave