Package solutions.a2.cdc.oracle.utils
Class ExceptionUtils
java.lang.Object
solutions.a2.cdc.oracle.utils.ExceptionUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetExceptionStackTrace(Exception exception) Display the stacktrace contained in an exception.
-
Constructor Details
-
ExceptionUtils
public ExceptionUtils()
-
-
Method Details
-
getExceptionStackTrace
Display the stacktrace contained in an exception.- Parameters:
exception- Exception- Returns:
- String with the output from printStackTrace
- See Also:
-