Class SourceCode


  • public class SourceCode
    extends java.lang.Object
    Single instance of source data frame
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String sourceCodeFileName
      Filename to source file where exception occurs
      java.lang.Integer startLine
      Line number in source code where exception occurs
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • startLine

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

        @SerializedName("path")
        public java.lang.String sourceCodeFileName
        Filename to source file where exception occurs