Package backtraceio.library.models.json
Class SourceCode
- java.lang.Object
-
- backtraceio.library.models.json.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 occursjava.lang.Integer
startLine
Line number in source code where exception occurs
-
Constructor Summary
Constructors Constructor Description SourceCode(BacktraceStackFrame stackFrame)
-
-
-
Constructor Detail
-
SourceCode
public SourceCode(BacktraceStackFrame stackFrame)
-
-