|
-
Mar 4th, 2005, 05:45 PM
#1
Thread Starter
Frenzied Member
Re: Exception management in multi tier web apps
I guess no one likes exceptionmanagement eh
Come on, any architects here?
/Henrik
-
Mar 8th, 2005, 08:27 AM
#2
I wonder how many charact
Re: Exception management in multi tier web apps
Generally, data layers should swallow errors, log them, and then rethrow them.
An error related to a data error that involves a custom object, like Registrant ie, should throw an InvalidRegistrant error (custom errors).
On the business side, again, custom objects should have their own custom exceptions.
-
Mar 8th, 2005, 08:54 AM
#3
Fanatic Member
Re: Exception management in multi tier web apps
Hi MrNorth,
I only handle the errors at each level, logging them, and then re-throwing them if necessary.
I have a question regarding the 'multi-tier' approach we use here:
http://www.vbforums.com/showthread.php?t=327915
Any input would be much appreciated
Many thanks
Nick
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|