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 25041 - Better use of ErrorManager
Summary: Better use of ErrorManager
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: URL (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@utilities
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-21 17:26 UTC by Jesse Glick
Modified: 2002-07-08 11:11 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Suggested patch (6.88 KB, patch)
2002-06-21 17:27 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2002-06-21 17:26:08 UTC
The attached patch corrects a few misc.
deprecations, and most importantly uses
ErrorManager to deal with some problems from bad
URL files. Otherwise the original stack traces of
nested exceptions can be swallowed and not appear
in the log file.
Comment 1 Jesse Glick 2002-06-21 17:27:13 UTC
Created attachment 6377 [details]
Suggested patch
Comment 2 _ lkramolis 2002-07-08 11:11:59 UTC
Integrated, thanks.