On Tue, Sep 21, 2010 at 3:40 PM, Kevin Wright <[email protected]>wrote:
> In the few rare cases that these "exceptions" are truly privileged, and > absolutely *must* be brought to the attention of the API user, doesn't it > make more sense to do this explicitly via the normal return path? No, because you can't always deal with it at the call site, sometimes you need to let a higher stack frame handle it. And "exceptional" is not mutually exclusive with "recoverable", which is why both "checked" and "unchecked" concepts are necessary. -- Cédric -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
