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 ThrowablegetNonCauseUnderlying(Throwable t)Find the first underlying exception of t which you *can't* get by simply calling getCause() n times.static CharSequencerenderStackTrace(Throwable t)Renders aThrowableas aCharSequence, using a Confluence-specific algorithm.
-
-
-
Method Detail
-
renderStackTrace
public static CharSequence renderStackTrace(Throwable t)
Renders aThrowableas aCharSequence, using a Confluence-specific algorithm.
-
-