Class ConfluenceStackTraceRenderer
java.lang.Object
com.atlassian.confluence.impl.logging.ConfluenceStackTraceRenderer
- Since:
- 7.14
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable ThrowableFind the first underlying exception of t which you *can't* get by simply calling getCause() n times.static CharSequenceRenders aThrowableas aCharSequence, using a Confluence-specific algorithm.
-
Method Details
-
renderStackTrace
Renders aThrowableas aCharSequence, using a Confluence-specific algorithm. -
getNonCauseUnderlying
Find the first underlying exception of t which you *can't* get by simply calling getCause() n times.- Returns:
- the underlying exception, or null if there isn't one.
-