Class ExceptionUtils

java.lang.Object
solutions.a2.cdc.oracle.utils.ExceptionUtils

public class ExceptionUtils extends Object
  • Constructor Details

    • ExceptionUtils

      public ExceptionUtils()
  • Method Details

    • getExceptionStackTrace

      public static String getExceptionStackTrace(Exception exception)
      Display the stacktrace contained in an exception.
      Parameters:
      exception - Exception
      Returns:
      String with the output from printStackTrace
      See Also: