java.lang.Object
com.renomad.minum.utils.StacktraceUtils
Helper functions for manipulating stack traces.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
stackTraceToString
(StackTraceElement[] elements) Converts an array ofStackTraceElement
to a single string, joining them with a semicolon as delimiter.static String
grabs the stacktrace out of aThrowable
as a string
-
Method Details
-
stackTraceToString
grabs the stacktrace out of aThrowable
as a string -
stackTraceToString
Converts an array ofStackTraceElement
to a single string, joining them with a semicolon as delimiter. This way our stacktrace becomes a single line.
-