Class ConfluenceStackTraceRenderer
- java.lang.Object
-
- com.atlassian.confluence.impl.logging.ConfluenceStackTraceRenderer
-
public final class ConfluenceStackTraceRenderer extends Object
- Since:
- 7.14
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @Nullable 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 aThrowable
as aCharSequence
, using a Confluence-specific algorithm.
-
-
-
Method Detail
-
renderStackTrace
public static CharSequence renderStackTrace(Throwable t)
Renders aThrowable
as aCharSequence
, using a Confluence-specific algorithm.
-
-