public final class ConfluenceStackTraceRenderer extends Object
Modifier and Type | Method and Description |
---|---|
static Throwable |
getNonCauseUnderlying(Throwable t)
Find the first underlying exception of t which you *can't* get by simply calling getCause() n times.
|
static CharSequence |
renderStackTrace(Throwable t)
Renders a
Throwable as a CharSequence , using a Confluence-specific algorithm. |
public static CharSequence renderStackTrace(Throwable t)
Throwable
as a CharSequence
, using a Confluence-specific algorithm.Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences