Package org.fest.util
Class StackTraces
java.lang.Object
org.fest.util.StackTraces
Understands utility methods related to stack traces.
- Since:
- 1.1.2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StackTraces
instance()
Returns the singleton instance of this class.Returns the stack trace for the current thread.
-
Field Details
-
INSTANCE
Singleton instance.
-
-
Constructor Details
-
StackTraces
public StackTraces()Creates a newStackTraces
.
-
-
Method Details
-
instance
Returns the singleton instance of this class.- Returns:
- the singleton instance of this class.
-
stackTraceInCurrentThread
Returns the stack trace for the current thread.- Returns:
- the stack trace for the current thread.
-