public abstract class ExceptionUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getExceptionStackTrace(Throwable exception)
Obtains the entire stracktrace of an exception and converts it into a
string.
|
public static String getExceptionStackTrace(Throwable exception)
exception
- the exception whose stacktrace has to be convertedCopyright © 2011–2021. All rights reserved.