-
public class BacktraceStackTrace
Backtrace stack trace
-
-
Field Summary
Fields Modifier and Type Field Description private final Exception
exception
private 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 Exception
getException()
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()
-
-
-
-