JDK 1.4 introduced so many new features to the Java landscape that it was easy to focus on a few at the expense of others. New JDK 1.4 features such as built-in Java logging, built-in XML support, ...
Tip #5 of my blog post Ten Tips for Using Java Stack Traces demonstrates two example of using Java code to extract a Throwable‘s (implying Error or Exception) stack ...