In our implementation, and, I'm pretty sure, in Sun's, the "stack trace" contained in the exception is an array of code addresses, and the details aren't extracted until the trace is materialized. What you really want is an alternative way to materialize the array.
On Dec 1, 5:13 am, John Wilson <[email protected]> wrote: > 2009/12/1 Jochen Theodorou <[email protected]>: > > Perhaps the exception cold contain two stack traces - a full and an > edited one. The edited one would be the default but the full one could > be accessed if needed. > > John Wilson -- You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en.
