classpath progress

This commit is contained in:
Joel Dice
2007-07-26 20:39:53 -06:00
parent 7212ba1c30
commit c9f9b039e6
23 changed files with 411 additions and 10 deletions

View File

@ -27,6 +27,10 @@ public class Throwable {
return cause;
}
public String getMessage() {
return message;
}
private static native Object trace(int skipCount);
private static native StackTraceElement[] resolveTrace(Object trace);