Article:
 |
|
An Exception Handling Framework for J2EE Applications
|
| Subject: |
|
logging original stack trace |
| Date: |
|
2007-02-07 12:35:23 |
| From: |
|
scranthdaddy
|
|
|
|
I have a rather newbie question but hopefully you can help advise.
If my existing web application logs the stack trace to the filesystem/database, how can I keep that functionality and fit that into your framework? Logging of the original exception stack trace is important to me for debugging the source problem and if I wrap everything into a BaseAppException sub class then I would not be able to see the stack trace.
|
Showing messages 1 through 1 of 1.
-
logging original stack trace
2007-02-07 20:55:33
Shrik
[View]
NestedCheckedExceptionimplementation in Spring framework as a reference for the same.