Class StackFrame_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.exception.StackFrame_1_0
- Direct Known Subclasses:
StackFrame_1_1
A frame within a stack trace.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStackFrame_1_0(String declaringClass, String methodName, @Nullable String fileName, 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:
-
lineNumber
public final int lineNumber- See Also:
-
-
Constructor Details
-
StackFrame_1_0
-
-
Method Details