Class ConfluenceStackTraceRenderer
java.lang.Object
com.atlassian.confluence.impl.logging.ConfluenceStackTraceRenderer
- Since:
- 7.14
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable Throwable
Find the first underlying exception of t which you *can't* get by simply calling getCause() n times.static CharSequence
Renders aThrowable
as aCharSequence
, using a Confluence-specific algorithm.
-
Method Details
-
renderStackTrace
Renders aThrowable
as 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.
-