2012/6/15 James Carman <[email protected]>: > On Fri, Jun 15, 2012 at 9:39 AM, Benedikt Ritter > <[email protected]> wrote: >> - Wrapper Exceptions: I thing we should discuss, how a exception >> hierarchy could look like. I'll make a suggestion ASAP. >> > > I don't want to duplicate the hierarchy. I would say start with a > generic exception type for now. If folks ask for more specific > subtypes later, we can add them. >
Would adding more specific RuntimeExceptions later break bc? I think no, because RuntimeExceptions don't have to be part of the method signature. But I'm not sure :-) thanks, Benedikt > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
