mirror of
https://github.com/corda/corda.git
synced 2025-06-15 21:58:17 +00:00
sketch a few more classpath classes
This commit is contained in:
@ -23,6 +23,10 @@ public class Throwable {
|
||||
this(null, null);
|
||||
}
|
||||
|
||||
public Throwable getCause() {
|
||||
return cause;
|
||||
}
|
||||
|
||||
private static native Object trace(int skipCount);
|
||||
|
||||
private static native StackTraceElement[] resolveTrace(Object trace);
|
||||
|
Reference in New Issue
Block a user