Well actually that's not accurate !
"catch OpenCard Exceptions" is not valid Java
"catch ( OpenCard Exceptions )" is not valid in my opinion since "OpenCard"
is not a known exception
I think you should write something like "catch (OpenCardException oce)"
B.LUBEK
> -----Original Message-----
> From: Sean Graham [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 02, 2001 6:11 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [OCF] error in code
>
>
> you're missing the brackets around the catch statement, just
> like the error
> message says
>
> >} catch OpenCard Exceptions {
>
> should be
>
> }
> catch ( OpenCard Exceptions )
> {
>
> ...
>
> -- Sean
---
> Visit the OpenCard web site at http://www.opencard.org/ for more
> information on OpenCard---binaries, source code, documents.
> This list is being archived at http://www.opencard.org/archive/opencard/
! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email
! to
! [EMAIL PROTECTED]
! containing the word
! unsubscribe
! in the body.