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 88480 - Throw checked exception instead of RuntimeException
Summary: Throw checked exception instead of RuntimeException
Status: RESOLVED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: NBI (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Danila Dugurov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-02 08:22 UTC by dlipin
Modified: 2007-03-30 11:20 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dlipin 2006-11-02 08:22:01 UTC
We should avoid of throwing Runtime exceptions (and its childs - 
UnexpectedExceptionError & NotImplementedException) everywhere. We should throw 
any checked exception instead so that we would be able to process it. In cases 
when we need to throw such an exception we should log it as well.
Comment 1 Danila Dugurov 2006-11-07 14:31:37 UTC
removed