Class BacktraceStackFrame


  • public class BacktraceStackFrame
    extends java.lang.Object
    Backtrace stack frame
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String functionName
      Function where exception occurs
      java.lang.Integer line
      Line number in source code where exception occurs
      java.lang.String sourceCode
      Source code file name where exception occurs
      java.lang.String sourceCodeFileName
      Source code file name where exception occurs
    • Constructor Summary

      Constructors 
      Constructor Description
      BacktraceStackFrame()
      Create new instance of BacktraceStackFrame
      BacktraceStackFrame​(java.lang.StackTraceElement frame)
      Create new instance of BacktraceStackFrame
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • functionName

        @SerializedName("funcName")
        public java.lang.String functionName
        Function where exception occurs
      • line

        @SerializedName("line")
        public java.lang.Integer line
        Line number in source code where exception occurs
      • sourceCode

        @SerializedName("sourceCode")
        public java.lang.String sourceCode
        Source code file name where exception occurs
      • sourceCodeFileName

        public transient java.lang.String sourceCodeFileName
        Source code file name where exception occurs
    • Constructor Detail

      • BacktraceStackFrame

        public BacktraceStackFrame()
        Create new instance of BacktraceStackFrame
      • BacktraceStackFrame

        public BacktraceStackFrame​(java.lang.StackTraceElement frame)
        Create new instance of BacktraceStackFrame
        Parameters:
        frame - single stacktrace element