Class ConfluenceStackTraceRenderer


  • public final class ConfluenceStackTraceRenderer
    extends Object
    Since:
    7.14
    • Method Detail

      • getNonCauseUnderlying

        public static @Nullable Throwable getNonCauseUnderlying​(Throwable t)
        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.