クラス StackTraceUtils

java.lang.Object
org.thinkit.bot.twitter.util.StackTraceUtils

public final class StackTraceUtils
extends Object
The class that provides the useful operations for stack trace.
導入されたバージョン:
1.0.0
  • コンストラクタの詳細

    • StackTraceUtils

      public StackTraceUtils()
  • メソッドの詳細

    • toString

      public static String toString​(@NonNull Exception exception)
      Extracts the stack trace from the exception object and returns it as a string type.
      パラメータ:
      exception - The exception
      戻り値:
      The string stack trace
      例外:
      NullPointerException - If null is passed as an argument