Class ThrowableUtility
- java.lang.Object
-
- io.tech1.framework.domain.utilities.exceptions.ThrowableUtility
-
public final class ThrowableUtility extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ThrowableTracegetTrace(Throwable throwable)static ThrowableTracegetTrace(Throwable throwable, int length)
-
-
-
Method Detail
-
getTrace
public static ThrowableTrace getTrace(Throwable throwable)
-
getTrace
public static ThrowableTrace getTrace(Throwable throwable, int length)
-
-