On Mon, 01 Nov 2004 16:09:09 +0100, Martin Rusnak <[EMAIL PROTECTED]> 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. IMHO, if you need to catch the exact type of exception and try to do something you should do it in business methods other than in js. In js, the exception is used to send some pages to notify client something was wrong and the exact type can be filtered by exception handler in sitemap.
Regards, Steven Gong --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
