Package one.microstream.util
Class UtilStackTrace
java.lang.Object
one.microstream.util.UtilStackTrace
public class UtilStackTrace extends Object
-
Constructor Summary
Constructors Constructor Description UtilStackTrace()
-
Method Summary
Modifier and Type Method Description static StackTraceElement[]
cutStacktraceByN(StackTraceElement[] stacktrace, int n)
static <T extends Throwable>
TcutStacktraceByN(T throwable, int n)
static <T extends Throwable>
TcutStacktraceByOne(T throwable)
static <T extends Throwable>
TcutStacktraceTo(T t, Class<?> c, String methodName)
-
Constructor Details
-
UtilStackTrace
public UtilStackTrace()
-
-
Method Details