Closed GoogleCodeExporter closed 9 years ago
David was fond of RuntimeException and eschewing checked exceptions. Checked
exceptions do make sense when you want to show foreseeable problems that the
caller has to handle (IOException/user input error) and leave the rest
(NullPointer; coding error) to be handled by higher levels.
It's a fine line and your experiment may be costly but I think own exception is
needed for many cases.
Original comment by anli.shu...@gmail.com
on 8 Nov 2011 at 5:18
Not-a-bug. If someone cares, let them reopen.
Original comment by aale...@gmail.com
on 26 Jul 2012 at 7:31
Original issue reported on code.google.com by
aale...@gmail.com
on 8 Nov 2011 at 5:09