public abstract class ExceptionUtils extends Object
Modifier and Type | Method | 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–2019. All rights reserved.