On Wed, Feb 27, 2013 at 7:45 PM, Doug Cutting <[email protected]> wrote: > On Wed, Feb 27, 2013 at 10:17 AM, Francis Galiegue <[email protected]> > wrote: >> Well, to have user code be aware that it can fail, for one ;) > > Nearly any API call can fail. Perhaps we should add it to the throws > clause of the method, so it's better documented and more folks think > to catch it? >
Yes, I think that would be a nice to-have -- and a warning that this exception is unchecked, too? -- Francis Galiegue, [email protected] JSON Schema in Java: http://json-schema-validator.herokuapp.com
