Throwable
This method is safe to call from any thread. @param th the Throwable the stacktrace of which to display
119120121122123124125126127128129
Throwable cause = entry.cause(); if (cause == null) { return null; } StackTraceDisplayer disp = new StackTraceDisplayer(); disp.displayStackTrace(cause); disp.setSimpleLayout(true); return disp; } private UiProvider createCopyToClipboardButton() {