TIBCOSoftware / genxdm

GenXDM: XQuery/XPath Data Model API, bridges, and processors for tree-model neutral access to XML.
http://www.genxdm.org/
9 stars 4 forks source link

Review GenXDM guidelines for the proper use of Error, (checked) Exception, and RuntimeException #146

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Following review, make necessary changes.

In general, it's safe to say that we make aggressive use of Error. Is this 
proper? We should be consistent in how we generate Error, Exception, and 
RuntimeException. Those guidelines should be available to developers, so that 
the patterns of use are consistent and predictable.

Original issue reported on code.google.com by aale...@gmail.com on 24 Oct 2013 at 3:03