This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 163720 - [67cat] Find type dialog should only display Exceptions extended by Throwable in Add Operation exceptions
Summary: [67cat] Find type dialog should only display Exceptions extended by Throwable...
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 blocker with 1 vote (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-27 09:29 UTC by rajivderas
Modified: 2009-04-27 09:29 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rajivderas 2009-04-27 09:29:56 UTC
using Dev (Build 200904261401)
when adding a new operation for a webservice using the Add operation dialog the operation exceptions tab allows to add 
exceptions by displaying the Find Type dialog to search for an exception and add. 
In this context as we are trying to add an exception the Find type dialog should filter anything that is an Exception 
extended by Throwable  which will avoid applying other types such as String, Map as exceptions which is wrong.

so is this a valid statement that i have made because even a custom exception has to extend Throwable and i cant see 
any valid reason this filtering is not applied to this dialog in this context.