On Dec 15, 2016 6:03 AM, "Jörg Schaible" <joerg.schai...@bpm-inspire.com> wrote:
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. Of course, context is key, no argument there. Gary Cheers, Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org