Category Archives: java

Jdk1.4

§Chained Exception •Exception e = new Exception( “msg”, oldExc); •Throwable origExc = e.getCause(); §Stack Trace •public StackTraceElement[] getStackTrace()

Posted in java | Leave a comment