stack trace (java.lang.StackTraceElement)
692464Jul 20 2011 — edited Jul 20 2011When you get a stack trace, for instance using Thread.getStackTrace method: are there any warranties regarding the particular stack frames (java.lang.StackTraceElement)?
For instance:
1. Is it guaranteed that class names (StackTraceElement.getClassName) represent classes that are already loaded?
2. What is the best way to get the relevant Class objects?