2009/12/1 Daniel Hicks <[email protected]>: > 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.
I think what I really want is some more methods on Throwable (e.g. getFullStackTrace and the various flavours of printFullStackTrace). The internal details of the way in which the stack trace array is constructed is a matter for the JVM implementers and I would not want to unnecessarily constrain them. 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.
