Class StackFrame_1_1

java.lang.Object
com.gradle.scan.eventmodel.gradle.exception.StackFrame_1_0
com.gradle.scan.eventmodel.gradle.exception.StackFrame_1_1

@PluginVersion(since="1.16") public class StackFrame_1_1 extends StackFrame_1_0
A frame within a stack trace.
See Also:
  • Field Details

    • fileRef

      @Nullable("when the frame did not contain an absolute file path") public final @Nullable("when the frame did not contain an absolute file path") FileRef_1_0 fileRef
      The file referenced by the stack frame.

      If the name indicated an absolute path, this property represents the file. Otherwise, StackFrame_1_0.fileName conveys the file name.

  • Constructor Details

    • StackFrame_1_1

      public StackFrame_1_1(String declaringClass, String methodName, @Nullable @Nullable String fileName, int lineNumber, @Nullable @Nullable FileRef_1_0 fileRef)
  • Method Details