Someone can correct me if I'm wrong. But I dont think you can use the
Java syntax for catching typed Exceptions in Javascript. I think you
have to test the exception type in the catch with an if-statement
instead.
- Brent
On Mon, 1 Nov 2004 15:19:31 +0000, beyaNet <[EMAIL PROTECTED]> wrote:
> Martin,
> again yes. Specify the class you wish to catch as you have done:
>
>
>
> >>> } catch (RegistrationException e) {
> >>> // do something
> >>> }
>
> Andrew
> On 1 Nov 2004, at 15:09, Martin Rusnak wrote:
>
> > But in this example all exceptions are caught. Instead I want to catch
> > and handle
> > only exception of specific class and I want all other exceptions to be
> > handled
> > by the default handler.
> >
> > beyaNet wrote:
> >> Martin,
> >> in a word, YES!
> >> importClass(Packages.test.Artist);
> >> var artist;
> >> var error_msg;
> >> function artistDetails() {
> >> try {
> >> artist = Artist.getArtist(cocoon.request.artID);
> >> }catch(e) {
> >> error_msg = e.toString();
> >> }
> >> hope that helps ;-)
> >> Andrew
> >> On 1 Nov 2004, at 14:28, Martin Rusnak wrote:
> >>> Hello all,
> >>> Is it possible to catch and handle a specific exception class in
> >>> flow script, like it
> >>> is in Java? For example:
> >>>
> >>> try {
> >>> registrator.register()
> >>> } catch (RegistrationException e) {
> >>> // do something
> >>> }
> >>>
> >>> Martin
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>> For additional commands, e-mail: [EMAIL PROTECTED]
> >>>
> >>>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
>
> +The home of urban music
> + http://www.beyarecords.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]