Jdk1.4

§Chained Exception
•Exception e = new Exception( “msg”, oldExc);
•Throwable origExc = e.getCause();

§Stack Trace
•public StackTraceElement[] getStackTrace()

This entry was posted in java. Bookmark the permalink.