Checked exception
From APIDesign
(Difference between revisions)
(New page: Checked exceptions are Java invention and many like to argue that they are the worst invention ever. I like exceptions and I like [[Checked excepti...) |
|||
Line 1: | Line 1: | ||
- | [[wikipedia::Checked_exception|Checked exceptions]] are [[Java]] invention and many like to argue that they are the worst invention ever. I like [[exception]]s and I like [[Checked exception]]s. One day I'll explain why. | + | [[wikipedia::Checked_exception|Checked exceptions]] are [[Java]] invention and many like to argue that they are the worst invention ever. I like [[APIDesignPatterns:Exceptions|exception]]s and I like [[Checked exception]]s. One day I'll explain why. |
[[TBD]] | [[TBD]] |
Revision as of 10:51, 23 March 2011
Checked exceptions are Java invention and many like to argue that they are the worst invention ever. I like exceptions and I like Checked exceptions. One day I'll explain why.