Class ThrowableUtils
java.lang.Object
com.djrapitops.plan.utilities.java.ThrowableUtils
Utilities for manipulating different Throwable stack traces.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
appendEntryPointToCause
(Throwable throwable, Throwable originPoint) static String
findCallerAfterClass
(StackTraceElement[] stackTrace, Class<?> afterThis)
-
Method Details
-
appendEntryPointToCause
-
findCallerAfterClass
-