ExceptionUtils

public final class ExceptionUtils

Methods

getStackTraceString

public static String getStackTraceString(Throwable tr)

Handy function to get a loggable stack trace from a Throwable

Parameters:
  • tr – An exception to log