Class ThrowableUtils

java.lang.Object
com.djrapitops.plan.utilities.java.ThrowableUtils

public class ThrowableUtils extends Object
Utilities for manipulating different Throwable stack traces.
  • Method Details

    • appendEntryPointToCause

      public static void appendEntryPointToCause(Throwable throwable, Throwable originPoint)
    • findCallerAfterClass

      public static String findCallerAfterClass(StackTraceElement[] stackTrace, Class<?> afterThis)