| Author |
Strut2 exception handling
|
debraj mallick
Ranch Hand
Joined: Mar 08, 2011
Posts: 188
|
|
hi all,
in my application, i need to handle exception and persist the "stackstrace" into database.
I have used "global-exception-mappings" in struts.xml which is working fine.
if any exception occurs then "myexception" action is invoked, but how can i get the stacktrace?
any help would be appreciated.
|
 |
debraj mallick
Ranch Hand
Joined: Mar 08, 2011
Posts: 188
|
|
i have solved it. To get the exception stack I have used this code:
|
 |
 |
|
|
subject: Strut2 exception handling
|
|
|