Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create custom exceptions and replace ApplicationException #9

Closed
GoogleCodeExporter opened this issue May 19, 2015 · 2 comments
Closed

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: WontFix

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant