Class ThrowableUtils
- java.lang.Object
-
- com.djrapitops.plan.utilities.java.ThrowableUtils
-
public class ThrowableUtils extends java.lang.Object
Utilities for manipulating different Throwables.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
appendEntryPointToCause(java.lang.Throwable throwable, java.lang.Throwable originPoint)
static java.lang.String
findCallerAfterClass(java.lang.StackTraceElement[] stackTrace, java.lang.Class<?> afterThis)
-