tl24 / jsonexserializer

Automatically exported from code.google.com/p/jsonexserializer
1 stars 1 forks source link

Create custom exceptions and replace ApplicationException #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Need to create custom exception classes throughout the project where
ApplicationException or SystemException is used.

Original issue reported on code.google.com by elliott....@gmail.com on 27 Jun 2007 at 5:07

GoogleCodeExporter commented 9 years ago
After further study found that this is not a recommended practice.  Although I 
may
switch out ApplicationException with something else, since its generally not
recommended for use.  Should generally use pre-built framework exceptions 
rather than
custom ones except for when a custom one can provide more meaning or can be 
caught
and recovered from in a meaningful way (ex. FileNotFoundException).

Original comment by elliott....@gmail.com on 3 Dec 2007 at 9:17

GoogleCodeExporter commented 9 years ago

Original comment by elliott....@gmail.com on 10 Jul 2008 at 5:01