java.lang.Object
io.github.palexdev.materialfx.utils.ExceptionUtils
Little utils class to convert a throwable stack trace to a String.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringReturns a formatted string in the java style exception format.static StringConverts the given exception stack trace to a String by using aStringWriterand aPrintWriter.
-
Method Details
-
getStackTraceString
Converts the given exception stack trace to a String by using aStringWriterand aPrintWriter. -
formatException
Returns a formatted string in the java style exception format.
-