mirror of
https://github.com/corda/corda.git
synced 2025-06-16 14:18:20 +00:00
more bugfixes
This commit is contained in:
@ -35,6 +35,10 @@ public class Throwable {
|
||||
return message;
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return getClass().getName() + ": " + message;
|
||||
}
|
||||
|
||||
private static native Object trace(int skipCount);
|
||||
|
||||
private static native StackTraceElement[] resolveTrace(Object trace);
|
||||
|
Reference in New Issue
Block a user