Hi Gary, Gary Gregory wrote:
> On Tue, Dec 13, 2016 at 9:59 AM, Gilles <gil...@harfang.homelinux.org> > wrote: [snip] >> By the way, you don't need to refer to "Runtime" in the names; >> all exceptions in such codes should be unchecked. >> > > I would say "it depends". An exception should be checked if it is > recoverable. You should only used an unchecked exception if the problem > discovered is unrecoverable. "Recoverability" also depends on the context. It can make perfectly sense even to catch and ignore Error types. Cheers, Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org