-
public class BacktraceStackTraceBacktrace stack trace
-
-
Field Summary
Fields Modifier and Type Field Description private final Exceptionexceptionprivate final ArrayList<BacktraceStackFrame>stackFrames
-
Constructor Summary
Constructors Constructor Description BacktraceStackTrace(Exception exception)Create new instance of BacktraceStackTrace object
-
Method Summary
Modifier and Type Method Description ExceptiongetException()ArrayList<BacktraceStackFrame>getStackFrames()-
-
Constructor Detail
-
BacktraceStackTrace
BacktraceStackTrace(Exception exception)
Create new instance of BacktraceStackTrace object- Parameters:
exception- current exception
-
-
Method Detail
-
getException
Exception getException()
-
getStackFrames
ArrayList<BacktraceStackFrame> getStackFrames()
-
-
-
-