[
https://issues.jboss.org/browse/SEAMCATCH-4?page=com.atlassian.jira.plugi...
]
Jason Porter commented on SEAMCATCH-4:
--------------------------------------
I may be able to use the ExceptionStack object, but it has some odd things going on
because it's mutable. I still may be able to use it, but I need another object that
will contain the corrected stack trace and indexes where the exception is wrapped and
re-thrown.
I should be able to find those indexes with either their size minus two (which seems to be
right, but more testing is needed) or I can iterate through both traces (the current
exception and the next wrapped) and find out where they're equal, once I have that
I'll know the stack index where they diverge slightly for the wrap.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira