Package nva.commons.core.exceptions
Class ExceptionUtils
java.lang.Object
nva.commons.core.exceptions.ExceptionUtils
-
Method Summary
-
Method Details
-
stackTraceInSingleLine
Returns the stacktrace in one line. It replaces all whitespaces with space and removes multiple whitespaces.- Parameters:
e- the Exception- Returns:
- the Stacktrace String.
-