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

Summary: [67cat] Find type dialog should only display Exceptions extended by Throwable in Add Operation exceptions
Product: webservices Reporter: rajivderas <rajivderas>
Component: JAX-WSAssignee: Milan Kuchtiak <mkuchtiak>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows Vista   
Issue Type: ENHANCEMENT Exception Reporter:

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.