Class MvnStackFrame_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.exception.MvnStackFrame_1_0
A frame within a stack trace.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionfinal String
final @Nullable("when the original stack frame\'s file name was an absolute path, or was null") String
final @Nullable("when the frame did not contain an absolute file path") MvnFileRef_1_0
The file referenced by the stack frame.final int
final String
-
Constructor Summary
ConstructorDescriptionMvnStackFrame_1_0
(String declaringClass, String methodName, @Nullable String fileName, @Nullable MvnFileRef_1_0 fileRef, int lineNumber) -
Method Summary
-
Field Details
-
declaringClass
- See Also:
-
methodName
- See Also:
-
fileName
@Nullable("when the original stack frame\'s file name was an absolute path, or was null") public final @Nullable("when the original stack frame\'s file name was an absolute path, or was null") String fileName- See Also:
-
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") MvnFileRef_1_0 fileRefThe file referenced by the stack frame.If the name indicated an absolute path, this property represents the file. Otherwise,
fileName
conveys the file name. -
lineNumber
public final int lineNumber- See Also:
-
-
Constructor Details
-
MvnStackFrame_1_0
public MvnStackFrame_1_0(String declaringClass, String methodName, @Nullable @Nullable String fileName, @Nullable @Nullable MvnFileRef_1_0 fileRef, int lineNumber)
-
-
Method Details