Package org.fest.util

Class StackTraces

java.lang.Object
org.fest.util.StackTraces

public class StackTraces extends Object
Understands utility methods related to stack traces.
Since:
1.1.2
  • Field Details

    • INSTANCE

      private static final StackTraces INSTANCE
      Singleton instance.
  • Constructor Details

    • StackTraces

      public StackTraces()
      Creates a new StackTraces.
  • Method Details

    • instance

      public static StackTraces instance()
      Returns the singleton instance of this class.
      Returns:
      the singleton instance of this class.
    • stackTraceInCurrentThread

      public StackTraceElement[] stackTraceInCurrentThread()
      Returns the stack trace for the current thread.
      Returns:
      the stack trace for the current thread.